- Timestamp:
- 02/13/2016 07:32:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-friends-component.php
r10555 r10587 15 15 /** 16 16 * Defines the BuddyPress Friends Component. 17 * 18 * @since 1.5.0 17 19 */ 18 20 class BP_Friends_Component extends BP_Component { … … 36 38 /** 37 39 * Include bp-friends files. 40 * 41 * @since 1.5.0 38 42 * 39 43 * @see BP_Component::includes() for description of parameters. … … 226 230 /** 227 231 * Set up the title for pages and <title>. 232 * 233 * @since 1.5.0 228 234 */ 229 235 public function setup_title() {
Note: See TracChangeset
for help on using the changeset viewer.