Changeset 7277 for trunk/bp-members/bp-members-loader.php
- Timestamp:
- 07/17/2013 08:19:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-loader.php
r6585 r7277 32 32 * @global BuddyPress $bp The one true BuddyPress instance 33 33 */ 34 function includes() {34 public function includes( $includes = array() ) { 35 35 $includes = array( 36 36 'actions', … … 55 55 * @global BuddyPress $bp The one true BuddyPress instance 56 56 */ 57 function setup_globals() {57 public function setup_globals( $args = array() ) { 58 58 global $bp; 59 59 … … 144 144 * @global BuddyPress $bp The one true BuddyPress instance 145 145 */ 146 function setup_nav() {146 public function setup_nav( $main_nav = array(), $sub_nav = array() ) { 147 147 global $bp; 148 148
Note: See TracChangeset
for help on using the changeset viewer.