Changeset 10012 for trunk/src/bp-core/admin/bp-core-admin-components.php
- Timestamp:
- 07/12/2015 12:49:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-components.php
r9819 r10012 2 2 3 3 /** 4 * BuddyPress Admin Component Functions 4 * BuddyPress Admin Component Functions. 5 5 * 6 6 * @package BuddyPress … … 236 236 237 237 /** 238 * Handle saving the Component settings 238 * Handle saving the Component settings. 239 239 * 240 240 * @since BuddyPress (1.6.0) … … 278 278 279 279 /** 280 * Calculates the components that should be active after save, based on submitted settings 280 * Calculates the components that should be active after save, based on submitted settings. 281 281 * 282 282 * The way that active components must be set after saving your settings must … … 299 299 * @since BuddyPress (1.7.0) 300 300 * 301 * @param array This is the array of component settings coming from the POST 302 * global. You should stripslashes_deep() before passing to this function 301 * @param array $submitted This is the array of component settings coming from the POST 302 * global. You should stripslashes_deep() before passing to this function. 303 * 303 304 * @return array The calculated list of component settings 304 305 */ … … 337 338 338 339 /** 339 * Return a list of component information, optionally filtered by type 340 * Return a list of component information, optionally filtered by type. 340 341 * 341 342 * We use this information both to build the markup for the admin screens, as … … 344 345 * @since BuddyPress (1.7.0) 345 346 * 346 * @param string $type 'all', 'optional', 'retired', 'required' 347 * @param string $type 'all', 'optional', 'retired', 'required'. 348 * 347 349 * @return array An array of requested component data 348 350 */
Note: See TracChangeset
for help on using the changeset viewer.