Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 09:19:15 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Use bp_get_option() in more places, and include bp-core-options.php in update wizard.

File:
1 edited

Legend:

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

    r5721 r5727  
    500500
    501501        $prefix              = '';
    502         $permalink_structure = get_option( 'permalink_structure' );
     502        $permalink_structure = bp_get_option( 'permalink_structure' );
    503503        $structures          = array( '', $prefix . '/%year%/%monthnum%/%day%/%postname%/', $prefix . '/%year%/%monthnum%/%postname%/', $prefix . '/archives/%post_id%' );
    504504
Note: See TracChangeset for help on using the changeset viewer.