Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/27/2024 02:59:36 AM (18 months ago)
Author:
imath
Message:

Make sure default en_US BuddyPress strings can be override

Restore bp_core_load_buddypress_textdomain() so that it's possible to customize all BuddyPress default strings with a custom buddypress-en_US.mo translation file.

Fixes #9187
Closes https://github.com/buddypress/buddypress/pull/322

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/deprecated/14.0.php

    r13937 r13941  
    8787
    8888/**
    89  * Load the buddypress translation file for current language.
    90  *
    91  * @since 1.0.2
    92  * @deprecated 14.0.0
    93  *
    94  * @return bool
    95  */
    96 function bp_core_load_buddypress_textdomain() {
    97     _deprecated_function( __FUNCTION__, '14.0.0' );
    98 
    99     return false;
    100 }
    101 
    102 /**
    10389 * Handle save/update of screen options for the Activity component admin screen.
    10490 *
Note: See TracChangeset for help on using the changeset viewer.