Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/31/2011 02:28:48 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Switch top level 'Forums Setup' to 'Forums.' We will be including a snippet about bbPress 2.0 in here soon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-admin.php

    r5073 r5074  
    1010
    1111    // Add the administration tab under the "Site Admin" tab for site administrators
    12     $hook = add_submenu_page( 'bp-general-settings', __( 'Forums Setup', 'buddypress' ), __( 'Forums Setup', 'buddypress' ), 'manage_options', 'bb-forums-setup', "bp_forums_bbpress_admin" );
     12    $hook = add_submenu_page( 'bp-general-settings', __( 'Forums', 'buddypress' ), __( 'Forums', 'buddypress' ), 'manage_options', 'bb-forums-setup', "bp_forums_bbpress_admin" );
    1313    add_action( "admin_print_styles-$hook", 'bp_core_add_admin_menu_styles' );
    1414}
     
    1818    global $bp;
    1919
    20     $action = bp_get_admin_url( 'admin.php?page=bb-forums-setup&reinstall=1' );
    21     ?>
     20    $action = bp_get_admin_url( 'admin.php?page=bb-forums-setup&reinstall=1' ); ?>
    2221
    2322    <div class="wrap">
Note: See TracChangeset for help on using the changeset viewer.