Changeset 10434 for trunk/src/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 01/03/2016 06:14:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-loader.php
r10417 r10434 14 14 defined( 'ABSPATH' ) || exit; 15 15 16 /** 17 * Creates our XProfile component. 18 */ 16 19 class BP_XProfile_Component extends BP_Component { 17 20 … … 54 57 * Include files. 55 58 * 56 * @param array $includes 59 * @param array $includes Array of files to include. 57 60 */ 58 61 public function includes( $includes = array() ) { … … 237 240 } 238 241 239 // Change Cover image 242 // Change Cover image. 240 243 if ( bp_displayed_user_use_cover_image_header() ) { 241 244 $sub_nav[] = array( … … 410 413 * 411 414 * @param array $wp_admin_nav The settings adminbar nav array. 412 *413 415 * @return array 414 416 */ … … 430 432 } 431 433 434 /** 435 * Bootstrap the XProfile component. 436 */ 432 437 function bp_setup_xprofile() { 433 438 $bp = buddypress();
Note: See TracChangeset
for help on using the changeset viewer.