Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2024 04:59:14 PM (6 months ago)
Author:
espellcaste
Message:

PHPDoc: Update incorrect instances of void.

Closes https://github.com/buddypress/buddypress/pull/302
See #9164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-functions.php

    r13878 r13882  
    826826 *                              are kept, and the gaps filled in with new pages. Default: 'keep'.
    827827 * @param boolean $return_pages Whether to return the page mapping or not.
    828  * @return void|array
     828 * @return array|null
    829829 */
    830830function bp_core_add_page_mappings( $components, $existing = 'keep', $return_pages = false ) {
Note: See TracChangeset for help on using the changeset viewer.