Changeset 6015 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 05/07/2012 04:35:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r6003 r6015 689 689 $mofile = sprintf( 'buddypress-%s.mo', $locale ); 690 690 $mofile_global = WP_LANG_DIR . '/' . $mofile; 691 $mofile_local = BP_PLUGIN_DIR . ' /bp-languages/' . $mofile;691 $mofile_local = BP_PLUGIN_DIR . 'bp-languages/' . $mofile; 692 692 693 693 if ( file_exists( $mofile_global ) )
Note: See TracChangeset
for help on using the changeset viewer.