Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/03/2016 05:01:13 AM (9 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-attachments.php

    r10425 r10497  
    4444        $upload_data = bp_upload_dir();
    4545
    46         // Return empty string, if Uploads data are not available
     46        // Return empty string, if Uploads data are not available.
    4747        if ( ! $upload_data ) {
    4848            return $retval;
     
    584584 * Enqueues the script needed for the Uploader UI.
    585585 *
     586 * @since 2.3.0
     587 *
    586588 * @see BP_Attachment::script_data() && BP_Attachment_Avatar::script_data() for examples showing how
    587589 * to set specific script data.
    588  *
    589  * @since 2.3.0
    590590 *
    591591 * @param string $class Name of the class extending BP_Attachment (eg: BP_Attachment_Avatar).
     
    10651065 * @since 2.4.0
    10661066 *
    1067  * @param array                     $args {
     1067 * @param array                          $args {
    10681068 *     @type string $file            The absolute path to the image. Required.
    10691069 *     @type string $component       The component for the object (eg: groups, xprofile). Required.
Note: See TracChangeset for help on using the changeset viewer.