Changeset 8600 for trunk/wp-includes/l10n.php
- Timestamp:
- 08/09/2008 05:36:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/l10n.php
r8556 r8600 292 292 function load_plugin_textdomain($domain, $abs_rel_path = false, $plugin_rel_path = false) { 293 293 $locale = get_locale(); 294 294 295 295 if ( false !== $plugin_rel_path ) 296 296 $path = WP_PLUGIN_DIR . '/' . trim( $plugin_rel_path, '/');
Note: See TracChangeset
for help on using the changeset viewer.