- Timestamp:
- 05/07/2016 07:38:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-component.php
r10652 r10740 16 16 /** 17 17 * Creates our XProfile component. 18 * 19 * @since 1.5.0 18 20 */ 19 21 class BP_XProfile_Component extends BP_Component { … … 31 33 * 32 34 * @see bp_xprofile_get_visibility_levels() 35 * 33 36 * @since 1.6.0 34 37 * @var array … … 56 59 /** 57 60 * Include files. 61 * 62 * @since 1.5.0 58 63 * 59 64 * @param array $includes Array of files to include. … … 179 184 * Set up navigation. 180 185 * 186 * @since 1.5.0 187 * 181 188 * @global BuddyPress $bp The one true BuddyPress instance 182 189 * … … 302 309 * Set up the Admin Bar. 303 310 * 311 * @since 1.5.0 312 * 304 313 * @param array $wp_admin_nav Admin Bar items. 305 314 */ … … 374 383 /** 375 384 * Sets up the title for pages and <title>. 385 * 386 * @since 1.5.0 376 387 */ 377 388 public function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.