Changeset 4400 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 05/20/2011 07:33:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r4328 r4400 55 55 * functions.php file. 56 56 * 57 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()57 * @global object $bp Global BuddyPress settings object 58 58 * @since 1.3 59 59 */ … … 133 133 * Enqueue theme javascript safely 134 134 * 135 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()135 * @global object $bp Global BuddyPress settings object 136 136 * @see http://codex.wordpress.org/Function_Reference/wp_enqueue_script 137 137 * @since 1.3 … … 529 529 * Used when the custom menus haven't been configured. 530 530 * 531 * @global $bp The global BuddyPress settings variable created in bp_core_setup_globals()531 * @global object $bp Global BuddyPress settings object 532 532 * @param array Menu arguments from wp_nav_menu() 533 533 * @see wp_nav_menu()
Note: See TracChangeset
for help on using the changeset viewer.