Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 06:31:58 AM (9 years ago)
Author:
tw2113
Message:

Many PHPDocs cleanup for Core component.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-theme-compatibility.php

    r10836 r10899  
    320320 * @since 2.4.0
    321321 *
    322  * @param  string $theme_id The theme id (eg: legacy).
    323  * @param  array  $feature  An associative array (eg: array( name => 'feature_name', 'settings' => array() )).
     322 * @param string $theme_id The theme id (eg: legacy).
     323 * @param array  $feature  An associative array (eg: array( name => 'feature_name', 'settings' => array() )).
    324324 */
    325325function bp_set_theme_compat_feature( $theme_id, $feature = array() ) {
     
    380380 * @since 2.4.0
    381381 *
    382  * @param  string $feature The feature (eg: cover_image).
    383  * @return object          The feature settings.
     382 * @param string $feature The feature (eg: cover_image).
     383 * @return object The feature settings.
    384384 */
    385385function bp_get_theme_compat_feature( $feature = '' ) {
     
    398398
    399399/**
    400  * Setup the theme's features
     400 * Setup the theme's features.
    401401 *
    402402 * Note: BP Legacy's buddypress-functions.php is not loaded in WP Administration
     
    647647
    648648    /**
    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.
    650650     *
    651651     * @see https://bbpress.trac.wordpress.org/ticket/1973
Note: See TracChangeset for help on using the changeset viewer.