Changeset 10096 for trunk/src/bp-forums/bp-forums-loader.php
- Timestamp:
- 09/12/2015 05:51:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-loader.php
r9936 r10096 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Forums Loader … … 10 9 * 11 10 * @package BuddyPress 12 * @subpackage Forums 11 * @subpackage ForumsLoader 13 12 */ 14 13 15 // Exit if accessed directly 14 // Exit if accessed directly. 16 15 defined( 'ABSPATH' ) || exit; 17 16 … … 21 20 * Start the forums component creation process. 22 21 * 23 * @since BuddyPress (1.5.0)22 * @since 1.5.0 24 23 */ 25 24 public function __construct() { … … 40 39 * backwards compatibility. 41 40 * 42 * @since BuddyPress (1.5.0)41 * @since 1.5.0 43 42 * 44 43 * @see BP_Component::setup_globals() for description of parameters. … … 114 113 * Set up component navigation. 115 114 * 116 * @since BuddyPress (1.5.0)115 * @since 1.5.0 117 116 * 118 117 * @see BP_Component::setup_nav() for a description of arguments. … … 186 185 * Set up bp-forums integration with the WordPress admin bar. 187 186 * 188 * @since BuddyPress (1.5.0)187 * @since 1.5.0 189 188 * 190 189 * @see BP_Component::setup_admin_bar() for a description of arguments.
Note: See TracChangeset
for help on using the changeset viewer.