Changeset 13941 for trunk/src/bp-core/deprecated/14.0.php
- Timestamp:
- 06/27/2024 02:59:36 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/deprecated/14.0.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/14.0.php
r13937 r13941 87 87 88 88 /** 89 * Load the buddypress translation file for current language.90 *91 * @since 1.0.292 * @deprecated 14.0.093 *94 * @return bool95 */96 function bp_core_load_buddypress_textdomain() {97 _deprecated_function( __FUNCTION__, '14.0.0' );98 99 return false;100 }101 102 /**103 89 * Handle save/update of screen options for the Activity component admin screen. 104 90 *
Note: See TracChangeset
for help on using the changeset viewer.