Changeset 10454 for trunk/src/bp-groups/bp-groups-loader.php
- Timestamp:
- 01/18/2016 05:18:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-loader.php
r10445 r10454 17 17 /** 18 18 * Creates our Groups component. 19 * 20 * @since 1.5.0 19 21 */ 20 22 class BP_Groups_Component extends BP_Component { … … 689 691 * Set up the component entries in the WordPress Admin Bar. 690 692 * 693 * @since 1.5.0 694 * 691 695 * @see BP_Component::setup_nav() for a description of the $wp_admin_nav 692 696 * parameter array. … … 752 756 /** 753 757 * Set up the title for pages and <title>. 758 * 759 * @since 1.5.0 754 760 */ 755 761 public function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.