Changeset 13485 for trunk/src/bp-core/bp-core-cssjs.php
- Timestamp:
- 05/21/2023 11:55:30 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-cssjs.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cssjs.php
r13464 r13485 76 76 // Legacy. 77 77 'bp-confirm' => array( 'file' => "{$url}confirm{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), 78 'bp-widget-members' => array( 'file' => "{$url}widget-members{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),79 78 'bp-jquery-query' => array( 'file' => "{$url}jquery-query{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), 80 79 'bp-jquery-cookie' => array( 'file' => "{$url}vendor/jquery-cookie{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), … … 137 136 * Filters the BuddyPress Core javascript files to register. 138 137 * 139 * Default handles include 'bp-confirm', 'bp- widget-members',140 * 'bp-jquery- query', 'bp-jquery-cookie', and 'bp-jquery-scroll-to'.138 * Default handles include 'bp-confirm', 'bp-jquery-query', 139 * 'bp-jquery-cookie', and 'bp-jquery-scroll-to'. 141 140 * 142 141 * @since 2.1.0 'jquery-caret', 'jquery-atwho' added. … … 455 454 'jquery', 456 455 'bp-confirm', 457 'bp-widget-members',458 456 'bp-jquery-query', 459 457 'bp-jquery-cookie',
Note: See TracChangeset
for help on using the changeset viewer.