Ticket #11679: 11679.diff
File 11679.diff, 570 bytes (added by , 15 years ago) |
---|
-
l10n.php
367 367 * @param string $plugin_rel_path Optional. Relative path to WP_PLUGIN_DIR. This is the preferred argument to use. It takes precendence over $abs_rel_path 368 368 */ 369 369 function load_plugin_textdomain( $domain, $abs_rel_path = false, $plugin_rel_path = false ) { 370 if ( false !== $abs_rel_path ) 371 _deprecated_argument( __FUNCTION__, '2.7' ); 372 370 373 $locale = get_locale(); 371 374 372 375 if ( false !== $plugin_rel_path )