Changeset 5979 for branches/1.5/bp-core/bp-core-functions.php
- Timestamp:
- 04/13/2012 01:07:56 PM (14 years ago)
- File:
-
- 1 edited
-
branches/1.5/bp-core/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-core/bp-core-functions.php
r5833 r5979 377 377 378 378 // Get current theme info 379 $ct = current_theme_info(); 379 // Backward-compatibility with WP < 3.4 will be removed in a future release 380 if ( bp_get_major_wp_version() >= 3.4 ) { 381 $ct = wp_get_theme(); 382 } else { 383 $ct = get_current_theme(); 384 } 380 385 381 386 // The best way to remove this notice is to add a "buddypress" tag to
Note: See TracChangeset
for help on using the changeset viewer.