Changeset 10899 for trunk/src/bp-core/bp-core-cssjs.php
- Timestamp:
- 06/23/2016 06:31:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cssjs.php
r10825 r10899 36 36 'bp-jquery-scroll-to' => array( 'file' => "{$url}jquery-scroll-to{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), 37 37 38 // 2.138 // Version 2.1. 39 39 'jquery-caret' => array( 'file' => "{$url}jquery.caret{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => true ), 40 40 'jquery-atwho' => array( 'file' => "{$url}jquery.atwho{$min}.js", 'dependencies' => array( 'jquery', 'jquery-caret' ), 'footer' => true ), 41 41 42 // 2.342 // Version 2.3. 43 43 'bp-plupload' => array( 'file' => "{$url}bp-plupload{$min}.js", 'dependencies' => array( 'plupload', 'jquery', 'json2', 'wp-backbone' ), 'footer' => true ), 44 44 'bp-avatar' => array( 'file' => "{$url}avatar{$min}.js", 'dependencies' => array( 'jcrop' ), 'footer' => true ), 45 45 'bp-webcam' => array( 'file' => "{$url}webcam{$min}.js", 'dependencies' => array( 'bp-avatar' ), 'footer' => true ), 46 46 47 // 2.447 // Version 2.4. 48 48 'bp-cover-image' => array( 'file' => "{$url}cover-image{$min}.js", 'dependencies' => array(), 'footer' => true ), 49 49 … … 107 107 108 108 /** 109 * Load the JS for "Are you sure?" .confirm links.109 * Load the JS for "Are you sure?" confirm links. 110 110 * 111 111 * @since 1.1.0 … … 129 129 * Enqueues the css and js required by the Avatar UI. 130 130 * 131 * @since 131 * @since 2.3.0 132 132 */ 133 133 function bp_core_avatar_scripts() { … … 149 149 * Enqueues the css and js required by the Cover Image UI. 150 150 * 151 * @since 151 * @since 2.4.0 152 152 */ 153 153 function bp_core_cover_image_scripts() { … … 362 362 363 363 /** 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. 365 365 * 366 366 * @since 2.4.0 367 367 * 368 * @param 368 * @param bool $return True to get the inline css. 369 369 * @return string|array the inline css or an associative array containing 370 370 * the css rules and the style handle
Note: See TracChangeset
for help on using the changeset viewer.