Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119618

Nashwan Doaqan on "[Plugin: GD bbPress Attachments] Trabslation of "Sorry, this file type is not permitted for security reasons""

$
0
0

Another way to write the code above :

<?php

define ( "LOAD_L10N_FROM_WP" , false ); 

function AW_get_maybe_textdomain () {
   return ( !LOAD_L10N_FROM_WP ) ? "plugin-text-domain" : "";
}

_e( "Hello World" , AW_get_maybe_textdomain() );

?>

Viewing all articles
Browse latest Browse all 119618

Trending Articles