Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/03/2016 05:01:13 AM (10 years ago)
Author:
tw2113
Message:

Adds many missing @since tags to the BP Core component.

See #6398.

File:
1 edited

Legend:

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

    r10492 r10497  
    1616 * Load BuddyPress plugin admin area.
    1717 *
    18  * @package BuddyPress
    19  * @subpackage CoreAdministration
    2018 * @todo Break this apart into each applicable Component.
    2119 *
     
    2927     * Path to the BuddyPress admin directory.
    3028     *
     29     * @since 1.6.0
    3130     * @var string $admin_dir
    3231     */
     
    3837     * URL to the BuddyPress admin directory.
    3938     *
     39     * @since 1.6.0
    4040     * @var string $admin_url
    4141     */
     
    4545     * URL to the BuddyPress images directory.
    4646     *
     47     * @since 1.6.0
    4748     * @var string $images_url
    4849     */
     
    5253     * URL to the BuddyPress admin CSS directory.
    5354     *
     55     * @since 1.6.0
    5456     * @var string $css_url
    5557     */
     
    5961     * URL to the BuddyPress admin JS directory.
    6062     *
     63     * @since 1.6.0
    6164     * @var string
    6265     */
     
    6871     * Notices used for user feedback, like saving settings.
    6972     *
     73     * @since 1.9.0
    7074     * @var array()
    7175     */
     
    931935         */
    932936        $styles = apply_filters( 'bp_core_admin_register_styles', array(
    933             // Legacy
     937            // Legacy.
    934938            'bp-admin-common-css' => array(
    935939                'file'         => $common_css,
Note: See TracChangeset for help on using the changeset viewer.