Changeset 11256 for trunk/src/bp-core/admin/bp-core-admin-functions.php
- Timestamp:
- 11/28/2016 10:33:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-functions.php
r11179 r11256 1142 1142 $loader = basename( constant( 'BP_PLUGIN_DIR' ) ) . '/bp-loader.php'; 1143 1143 1144 remove_action( "after_plugin_row_{$loader}", 'wp_plugin_update_row', 10 , 2);1144 remove_action( "after_plugin_row_{$loader}", 'wp_plugin_update_row', 10 ); 1145 1145 add_action( "after_plugin_row_{$loader}", 'bp_core_admin_php52_plugin_row', 10, 2 ); 1146 1146 }
Note: See TracChangeset
for help on using the changeset viewer.