Changeset 14029 for trunk/src/bp-core/bp-core-actions.php
- Timestamp:
- 09/28/2024 03:30:07 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-actions.php
r13686 r14029 123 123 124 124 // Fire a deprecation notice for following deprecated hooks, if needed. 125 if ( ! function_exists( 'bp_classic') ) {125 if ( ! bp_is_classic() ) { 126 126 apply_filters_deprecated( 'bp_uri', array( '' ), '12.0.0' ); 127 127 do_action_deprecated( 'is_not_buddypress', array(), '12.0.0' );
Note: See TracChangeset
for help on using the changeset viewer.