Changeset 10149 for trunk/src/bp-members/bp-members-loader.php
- Timestamp:
- 09/27/2015 05:43:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-loader.php
r10110 r10149 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Member Loader. … … 8 7 */ 9 8 10 // Exit if accessed directly 9 // Exit if accessed directly. 11 10 defined( 'ABSPATH' ) || exit; 12 11 … … 19 18 * 20 19 * @access public 21 * @since BuddyPress (2.2.0)20 * @since 2.2.0 22 21 * @var array 23 22 */ … … 27 26 * Start the members component creation process. 28 27 * 29 * @since BuddyPress (1.5.0)28 * @since 1.5.0 30 29 */ 31 30 public function __construct() { … … 81 80 * backwards compatibility. 82 81 * 83 * @since BuddyPress (1.5.0)82 * @since 1.5.0 84 83 * 85 84 * @see BP_Component::setup_globals() for description of parameters. … … 153 152 * Set up canonical stack for this component. 154 153 * 155 * @since BuddyPress (2.1.0)154 * @since 2.1.0 156 155 */ 157 156 public function setup_canonical_stack() { … … 211 210 * Set up fall-back component navigation if XProfile is inactive. 212 211 * 213 * @since BuddyPress (1.5.0)212 * @since 1.5.0 214 213 * 215 214 * @see BP_Component::setup_nav() for a description of arguments. … … 290 289 * Setup cache groups. 291 290 * 292 * @since BuddyPress (2.2.0)291 * @since 2.2.0 293 292 */ 294 293 public function setup_cache_groups() {
Note: See TracChangeset
for help on using the changeset viewer.