Skip to:
Content

BuddyPress.org

Changeset 11085


Ignore:
Timestamp:
09/11/2016 02:34:03 PM (8 years ago)
Author:
djpaul
Message:

Core: rename directory page title migration function introduced in r11080

Our other version-specific update/migration functions aren't prefixed
with the release number, and instead rely on the PHPDoc block to
explain why and when they were introduced.

See #6765

File:
1 edited

Legend:

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

    r11080 r11085  
    510510 *
    511511 * - Add email unsubscribe salt.
    512  *
    513512 * - Save legacy directory titles to the corresponding WP pages.
    514513 *
     
    519518
    520519    // Update post_titles
    521     bp_270_migrate_directory_page_titles();
     520    bp_migrate_directory_page_titles();
    522521}
    523522
     
    578577 * @since 2.7.0
    579578 */
    580 function bp_270_migrate_directory_page_titles() {
     579function bp_migrate_directory_page_titles() {
    581580    $bp_pages = bp_core_get_directory_page_ids( 'all' );
    582581
Note: See TracChangeset for help on using the changeset viewer.