Changeset 14029 for trunk/src/bp-core/classes/class-bp-core.php
- Timestamp:
- 09/28/2024 03:30:07 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-core.php
r14026 r14029 277 277 278 278 // Only fully deprecate the legacy navigation globals if BP Classic is not active. 279 if ( ! function_exists( 'bp_classic') ) {279 if ( ! bp_is_classic() ) { 280 280 // Backward compatibility for plugins modifying the legacy bp_nav and bp_options_nav global properties. 281 281 $bp->bp_nav = new BP_Core_BP_Nav_BackCompat();
Note: See TracChangeset
for help on using the changeset viewer.