Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/27/2014 05:10:54 AM (11 years ago)
Author:
johnjamesjacoby
Message:

First pass at unbundling inline jQuery plugins from BP Legacy's buddypress.js and BP Default's global.js. See #5208.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-functions.php

    r8323 r8453  
    18771877    return $nav_item_url;
    18781878}
    1879 
    1880 /**
    1881  * Get the javascript dependencies for buddypress.js.
    1882  *
    1883  * @since BuddyPress (2.0.0)
    1884  *
    1885  * @uses apply_filters() to allow other component to load extra dependencies
    1886  *
    1887  * @return array The javascript dependencies.
    1888  */
    1889 function bp_core_get_js_dependencies() {
    1890     return apply_filters( 'bp_core_get_js_dependencies', array( 'jquery' ) );
    1891 }
Note: See TracChangeset for help on using the changeset viewer.