Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/20/2011 03:43:16 PM (14 years ago)
Author:
djpaul
Message:

Fix forum settings link in admin, and revert other admin slugs back to their 1.5 names. See #3840

File:
1 edited

Legend:

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

    r5524 r5575  
    207207        }
    208208
    209         $base_url = bp_get_admin_url( add_query_arg( array( 'page' => 'bp-slugs', 'updated' => 'true' ), 'admin.php' ) );
     209        $base_url = bp_get_admin_url( add_query_arg( array( 'page' => 'bp-page-settings', 'updated' => 'true' ), 'admin.php' ) );
    210210
    211211        wp_redirect( $base_url );
Note: See TracChangeset for help on using the changeset viewer.