Changeset 13882 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 06/01/2024 04:59:14 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r13878 r13882 826 826 * are kept, and the gaps filled in with new pages. Default: 'keep'. 827 827 * @param boolean $return_pages Whether to return the page mapping or not. 828 * @return void|array828 * @return array|null 829 829 */ 830 830 function bp_core_add_page_mappings( $components, $existing = 'keep', $return_pages = false ) {
Note: See TracChangeset
for help on using the changeset viewer.