Changeset 7277 for trunk/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 07/17/2013 08:19:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-loader.php
r6784 r7277 47 47 * Include files 48 48 */ 49 function includes() {49 public function includes( $includes = array() ) { 50 50 $includes = array( 51 51 'cssjs', … … 77 77 * @global BuddyPress $bp The one true BuddyPress instance 78 78 */ 79 function setup_globals() {79 public function setup_globals( $args = array() ) { 80 80 global $bp; 81 81 … … 146 146 * @global BuddyPress $bp The one true BuddyPress instance 147 147 */ 148 function setup_nav() {148 public function setup_nav( $main_nav = array(), $sub_nav = array() ) { 149 149 150 150 $sub_nav = array(); … … 211 211 * @global BuddyPress $bp The one true BuddyPress instance 212 212 */ 213 function setup_admin_bar() {213 public function setup_admin_bar( $wp_admin_nav = array() ) { 214 214 global $bp; 215 215
Note: See TracChangeset
for help on using the changeset viewer.