Changeset 7481
- Timestamp:
- 10/25/2013 12:52:19 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r7479 r7481 364 364 * @param array $default_components Components to create pages for. 365 365 * @param string $existing 'delete' if you want to delete existing page 366 * mappings and replace with new ones. Otherwise existing page mappings367 * are kept, and the gaps filled in with new pages. Default: 'keep'.366 * mappings and replace with new ones. Otherwise existing page mappings 367 * are kept, and the gaps filled in with new pages. Default: 'keep'. 368 368 */ 369 369 function bp_core_add_page_mappings( $components, $existing = 'keep' ) {
Note: See TracChangeset
for help on using the changeset viewer.