Changeset 9477
- Timestamp:
- 02/12/2015 03:27:00 PM (11 years ago)
- Location:
- trunk/src/bp-core
- Files:
-
- 2 edited
- 1 moved
-
bp-core-cssjs.php (modified) (1 diff)
-
deprecated/2.1.php (modified) (1 diff)
-
js/jquery-scroll-to.js (moved) (moved from trunk/src/bp-core/deprecated/js/jquery-scroll-to.js)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cssjs.php
r9351 r9477 26 26 'bp-jquery-query' => array( 'file' => "{$url}jquery-query{$min}.js", 'dependencies' => array( 'jquery' ) ), 27 27 'bp-jquery-cookie' => array( 'file' => "{$url}jquery-cookie{$min}.js", 'dependencies' => array( 'jquery' ) ), 28 'bp-jquery-scroll-to' => array( 'file' => "{$url}jquery-scroll-to{$min}.js", 'dependencies' => array( 'jquery' ) ), 28 29 29 30 // 2.1 -
trunk/src/bp-core/deprecated/2.1.php
r9471 r9477 21 21 22 22 $scripts = apply_filters( 'bp_core_register_deprecated_scripts', array( 23 24 // Core25 'bp-jquery-scroll-to' => array(26 'file' => "{$url}jquery-scroll-to{$min}.js",27 'dependencies' => array( 'jquery' ),28 ),29 23 30 24 // Messages
Note: See TracChangeset
for help on using the changeset viewer.