Changeset 11941 for trunk/src/bp-core/deprecated/2.8.php
- Timestamp:
- 04/03/2018 10:47:58 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/deprecated/2.8.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/2.8.php
r11743 r11941 20 20 */ 21 21 function bp_core_admin_is_running_php53_or_greater() { 22 _deprecated_function( __FUNCTION__, '2.8' ); 22 23 return version_compare( PHP_VERSION, '5.3', '>=' ); 23 24 } … … 71 72 */ 72 73 function bp_core_admin_remove_buddypress_from_update_transient( $retval ) { 74 _deprecated_function( __FUNCTION__, '2.8' ); 75 73 76 $loader = basename( constant( 'BP_PLUGIN_DIR' ) ) . '/bp-loader.php'; 74 77 … … 97 100 */ 98 101 function bp_core_admin_php52_plugin_row( $file, $plugin_data ) { 102 _deprecated_function( __FUNCTION__, '2.8' ); 103 99 104 if ( is_multisite() && ! is_network_admin() ) { 100 105 return; … … 157 162 */ 158 163 function bp_core_admin_php53_admin_notice() { 164 _deprecated_function( __FUNCTION__, '2.8' ); 165 159 166 // If not on the Plugins page, stop now. 160 167 if ( 'plugins' !== get_current_screen()->parent_base ) {
Note: See TracChangeset
for help on using the changeset viewer.