Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/07/2012 04:35:32 PM (13 years ago)
Author:
djpaul
Message:

Correct several mistakes with i18n in strings. See #4190, props slaFFik

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-functions.php

    r6003 r6015  
    689689    $mofile        = sprintf( 'buddypress-%s.mo', $locale );
    690690    $mofile_global = WP_LANG_DIR . '/' . $mofile;
    691     $mofile_local  = BP_PLUGIN_DIR . '/bp-languages/' . $mofile;
     691    $mofile_local  = BP_PLUGIN_DIR . 'bp-languages/' . $mofile;
    692692
    693693    if ( file_exists( $mofile_global ) )
Note: See TracChangeset for help on using the changeset viewer.