Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2015 02:02:56 AM (10 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Core component.

See #6576.

File:
1 edited

Legend:

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

    r10091 r10108  
    1717 * match with our needs.
    1818 *
    19  * @since  BuddyPress (2.3.0)
     19 * @since  2.3.0
    2020 *
    2121 * @return bool True if WordPress is 3.9+, false otherwise.
     
    2828 * Get the BuddyPress Plupload settings.
    2929 *
    30  * @since  BuddyPress (2.3.0)
     30 * @since  2.3.0
    3131 *
    3232 * @return array list of BuddyPress Plupload settings.
     
    8686 * Builds localization strings for the BuddyPress Uploader scripts.
    8787 *
    88  * @since  BuddyPress (2.3.0)
     88 * @since  2.3.0
    8989 *
    9090 * @return array Plupload default localization strings.
     
    125125 * to set specific script data.
    126126 *
    127  * @since  BuddyPress (2.3.0)
     127 * @since  2.3.0
    128128 *
    129129 * @param  string $class name of the class extending BP_Attachment (eg: BP_Attachment_Avatar).
     
    244244         * Use this filter to add a navigation to a custom tool to set the object's avatar.
    245245         *
    246          * @since BuddyPress (2.3.0)
     246         * @since 2.3.0
    247247         *
    248248         * @param array $avatar_nav An associative array of available nav items where each item is an array organized this way:
     
    300300     * to avoid the scripts to be loaded more than once.
    301301     *
    302      * @since BuddyPress (2.3.0)
     302     * @since 2.3.0
    303303     */
    304304    do_action( 'bp_attachments_enqueue_scripts' );
     
    308308 * Check the current user's capability to edit an avatar for a given object.
    309309 *
    310  * @since  BuddyPress (2.3.0)
     310 * @since  2.3.0
    311311 *
    312312 * @param  string $capability The capability to check.
     
    353353 * Send a JSON response back to an Ajax upload request.
    354354 *
    355  * @since  BuddyPress (2.3.0)
     355 * @since  2.3.0
    356356 *
    357357 * @param  bool  $success  True for a success, false otherwise.
     
    385385 * Get an Attachment template part.
    386386 *
    387  * @since BuddyPress (2.3.0)
     387 * @since 2.3.0
    388388 *
    389389 * @param string $slug Template part slug. eg 'uploader' for 'uploader.php'.
Note: See TracChangeset for help on using the changeset viewer.