Changeset 10327
- Timestamp:
- 11/08/2015 01:27:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-theme-compatibility.php
r10153 r10327 530 530 function bp_register_theme_compat_default_features() { 531 531 global $content_width; 532 533 // Do not set up default features on deactivation 534 if ( bp_is_deactivation() ) { 535 return; 536 } 532 537 533 538 // If the current theme doesn't need theme compat, bail at this point.
Note: See TracChangeset
for help on using the changeset viewer.