Skip to:
Content

BuddyPress.org

Changeset 11296


Ignore:
Timestamp:
12/13/2016 10:26:08 PM (9 years ago)
Author:
slaffik
Message:

Legacy Forums: rename the menu item under Settings.

When both Legacy forum and bbPress 2.x activated - we have a duplicated "Forums" menu item, for each of forums instances.
Changing the label of the legacy forum bbPress 1.x menu item (and page title) to "Forums (Legacy)".

Fixes #6705.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-forums/deprecated/1.7.php

    r10183 r11296  
    2222
    2323    // Add the administration tab under the "Site Admin" tab for site administrators.
    24     $hook = add_submenu_page( $page, __( 'Forums', 'buddypress' ), __( 'Forums', 'buddypress' ), 'manage_options', 'bb-forums-setup', "bp_forums_bbpress_admin" );
     24    $hook = add_submenu_page( $page, __( 'Forums (Legacy)', 'buddypress' ), __( 'Forums (Legacy)', 'buddypress' ), 'manage_options', 'bb-forums-setup', "bp_forums_bbpress_admin" );
    2525
    2626    // Fudge the highlighted subnav item when on the BuddyPress Forums admin page.
Note: See TracChangeset for help on using the changeset viewer.