Changeset 10899 for trunk/src/bp-core/bp-core-theme-compatibility.php
- Timestamp:
- 06/23/2016 06:31:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-theme-compatibility.php
r10836 r10899 320 320 * @since 2.4.0 321 321 * 322 * @param 323 * @param 322 * @param string $theme_id The theme id (eg: legacy). 323 * @param array $feature An associative array (eg: array( name => 'feature_name', 'settings' => array() )). 324 324 */ 325 325 function bp_set_theme_compat_feature( $theme_id, $feature = array() ) { … … 380 380 * @since 2.4.0 381 381 * 382 * @param 383 * @return object 382 * @param string $feature The feature (eg: cover_image). 383 * @return object The feature settings. 384 384 */ 385 385 function bp_get_theme_compat_feature( $feature = '' ) { … … 398 398 399 399 /** 400 * Setup the theme's features 400 * Setup the theme's features. 401 401 * 402 402 * Note: BP Legacy's buddypress-functions.php is not loaded in WP Administration … … 647 647 648 648 /** 649 * Force the header back to 200 status if not a deliberate 404 649 * Force the header back to 200 status if not a deliberate 404. 650 650 * 651 651 * @see https://bbpress.trac.wordpress.org/ticket/1973
Note: See TracChangeset
for help on using the changeset viewer.