Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2016 06:31:58 AM (8 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-cssjs.php

    r10825 r10899  
    3636        'bp-jquery-scroll-to' => array( 'file' => "{$url}jquery-scroll-to{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),
    3737
    38         // 2.1
     38        // Version 2.1.
    3939        'jquery-caret' => array( 'file' => "{$url}jquery.caret{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => true ),
    4040        'jquery-atwho' => array( 'file' => "{$url}jquery.atwho{$min}.js", 'dependencies' => array( 'jquery', 'jquery-caret' ), 'footer' => true ),
    4141
    42         // 2.3
     42        // Version 2.3.
    4343        'bp-plupload' => array( 'file' => "{$url}bp-plupload{$min}.js", 'dependencies' => array( 'plupload', 'jquery', 'json2', 'wp-backbone' ), 'footer' => true ),
    4444        'bp-avatar'   => array( 'file' => "{$url}avatar{$min}.js", 'dependencies' => array( 'jcrop' ), 'footer' => true ),
    4545        'bp-webcam'   => array( 'file' => "{$url}webcam{$min}.js", 'dependencies' => array( 'bp-avatar' ), 'footer' => true ),
    4646
    47         // 2.4
     47        // Version 2.4.
    4848        'bp-cover-image' => array( 'file' => "{$url}cover-image{$min}.js", 'dependencies' => array(), 'footer' => true ),
    4949
     
    107107
    108108/**
    109  * Load the JS for "Are you sure?" .confirm links.
     109 * Load the JS for "Are you sure?" confirm links.
    110110 *
    111111 * @since 1.1.0
     
    129129 * Enqueues the css and js required by the Avatar UI.
    130130 *
    131  * @since  2.3.0
     131 * @since 2.3.0
    132132 */
    133133function bp_core_avatar_scripts() {
     
    149149 * Enqueues the css and js required by the Cover Image UI.
    150150 *
    151  * @since  2.4.0
     151 * @since 2.4.0
    152152 */
    153153function bp_core_cover_image_scripts() {
     
    362362
    363363/**
    364  * Add inline css to display the component's single item cover image
     364 * Add inline css to display the component's single item cover image.
    365365 *
    366366 * @since 2.4.0
    367367 *
    368  * @param  bool $return True to get the inline css.
     368 * @param bool $return True to get the inline css.
    369369 * @return string|array the inline css or an associative array containing
    370370 *                      the css rules and the style handle
Note: See TracChangeset for help on using the changeset viewer.