Changeset 10821 for trunk/src/bp-forums/bp-forums-loader.php
- Timestamp:
- 05/29/2016 07:08:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-loader.php
r10417 r10821 16 16 defined( 'ABSPATH' ) || exit; 17 17 18 /** 19 * Sets up the forums component. 20 * 21 * @since 1.5.0 22 */ 18 23 class BP_Forums_Component extends BP_Component { 19 24 … … 80 85 /** 81 86 * Include bp-forums files. 87 * 88 * @since 1.5.0 82 89 * 83 90 * @see BP_Component::includes() for description of parameters. … … 239 246 /** 240 247 * Set up the title for pages and the <title> element. 248 * 249 * @since 1.5.0 241 250 */ 242 251 public function setup_title() { … … 264 273 /** 265 274 * Set up the bp-forums component. 275 * 276 * @since 1.6.0 266 277 */ 267 278 function bp_setup_forums() {
Note: See TracChangeset
for help on using the changeset viewer.