Skip to:
Content

BuddyPress.org

Changeset 7481


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

Whitespace in inline docs

File:
1 edited

Legend:

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

    r7479 r7481  
    364364 * @param array $default_components Components to create pages for.
    365365 * @param string $existing 'delete' if you want to delete existing page
    366  *   mappings and replace with new ones. Otherwise existing page mappings
    367  *   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'.
    368368 */
    369369function bp_core_add_page_mappings( $components, $existing = 'keep' ) {
Note: See TracChangeset for help on using the changeset viewer.