Changeset 7952 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 02/21/2014 02:49:33 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r7860 r7952 1853 1853 return $nav_item_url; 1854 1854 } 1855 1856 /** 1857 * Get the javascript dependencies for buddypress.js. 1858 * 1859 * @since BuddyPress (2.0.0) 1860 * 1861 * @uses apply_filters() to allow other component to load extra dependencies 1862 * 1863 * @return array The javascript dependencies. 1864 */ 1865 function bp_core_get_js_dependencies() { 1866 return apply_filters( 'bp_core_get_js_dependencies', array( 'jquery' ) ); 1867 }
Note: See TracChangeset
for help on using the changeset viewer.