Changeset 7277 for trunk/bp-groups/bp-groups-loader.php
- Timestamp:
- 07/17/2013 08:19:25 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-loader.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-loader.php
r7062 r7277 89 89 * Include files 90 90 */ 91 function includes() {91 public function includes( $includes = array() ) { 92 92 $includes = array( 93 93 'cache', … … 121 121 * @global BuddyPress $bp The one true BuddyPress instance 122 122 */ 123 function setup_globals() {123 public function setup_globals( $args = array() ) { 124 124 global $bp; 125 125 … … 337 337 * @global BuddyPress $bp The one true BuddyPress instance 338 338 */ 339 function setup_nav() {339 public function setup_nav( $main_nav = array(), $sub_nav = array() ) { 340 340 341 341 // Define local variables … … 500 500 * @global BuddyPress $bp The one true BuddyPress instance 501 501 */ 502 function setup_admin_bar() {502 public function setup_admin_bar( $wp_admin_nav = array() ) { 503 503 global $bp; 504 504
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)