Changeset 10137 for trunk/src/bp-settings/bp-settings-loader.php
- Timestamp:
- 09/24/2015 11:49:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/bp-settings-loader.php
r9994 r10137 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Settings Loader. … … 8 7 */ 9 8 10 // Exit if accessed directly 9 // Exit if accessed directly. 11 10 defined( 'ABSPATH' ) || exit; 12 11 … … 16 15 * Start the settings component creation process. 17 16 * 18 * @since BuddyPress (1.5.0)17 * @since 1.5.0 19 18 */ 20 19 public function __construct() { … … 51 50 * @param array $args Array of arguments. 52 51 * 53 * @since BuddyPress (1.5.0)52 * @since 1.5.0 54 53 */ 55 54 public function setup_globals( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.