Changeset 10108 for trunk/src/bp-core/admin/bp-core-admin-components.php
- Timestamp:
- 09/13/2015 02:02:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-components.php
r10012 r10108 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Admin Component Functions. … … 8 7 */ 9 8 10 // Exit if accessed directly 9 // Exit if accessed directly. 11 10 defined( 'ABSPATH' ) || exit; 12 11 … … 15 14 * 16 15 * @package BuddyPress 17 * @since BuddyPress (1.6.0)16 * @since 1.6.0 18 17 * @uses bp_core_admin_component_options() 19 18 */ … … 45 44 * 46 45 * @package BuddyPress 47 * @since BuddyPress (1.6.0)46 * @since 1.6.0 48 47 * @todo Use settings API 49 48 */ … … 56 55 * Filters the array of available components. 57 56 * 58 * @since BuddyPress (1.5.0)57 * @since 1.5.0 59 58 * 60 59 * @param mixed $value Active components. … … 238 237 * Handle saving the Component settings. 239 238 * 240 * @since BuddyPress (1.6.0)239 * @since 1.6.0 241 240 * @todo Use settings API when it supports saving network settings 242 241 */ … … 297 296 * ones. 298 297 * 299 * @since BuddyPress (1.7.0)298 * @since 1.7.0 300 299 * 301 300 * @param array $submitted This is the array of component settings coming from the POST … … 343 342 * well as to do some processing on settings data submitted from those screens. 344 343 * 345 * @since BuddyPress (1.7.0)344 * @since 1.7.0 346 345 * 347 346 * @param string $type 'all', 'optional', 'retired', 'required'. … … 437 436 * Filters the list of component information. 438 437 * 439 * @since BuddyPress (2.0.0)438 * @since 2.0.0 440 439 * 441 440 * @param array $components Array of component information.
Note: See TracChangeset
for help on using the changeset viewer.