Skip to:
Content

BuddyPress.org

Changeset 7479


Ignore:
Timestamp:
10/25/2013 12:50:48 PM (12 years ago)
Author:
boonebgorges
Message:

Fix typo in docblock

File:
1 edited

Legend:

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

    r7449 r7479  
    365365 * @param string $existing 'delete' if you want to delete existing page
    366366 *   mappings and replace with new ones. Otherwise existing page mappings
    367  *   are kept, and the gaps filled in with new pages. Default: 'keepy'.
     367 *   are kept, and the gaps filled in with new pages. Default: 'keep'.
    368368 */
    369369function bp_core_add_page_mappings( $components, $existing = 'keep' ) {
Note: See TracChangeset for help on using the changeset viewer.