Making WordPress.org

Changeset 5122


Ignore:
Timestamp:
03/08/2017 02:04:31 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Link "Forums" in menu to the actual list of forums instead of the landing page.

The list view is much easier to parse than column view, and it gives a better idea how busy a particular forum is.

Fixes #2455.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php

    r4846 r5122  
    1414$menu_items = array(
    1515    /* translators: relative link to the forums home page */
    16     _x( '/#bbpress-forums', 'header menu', 'wporg-forums' )                             => _x( 'Forums', 'header menu', 'wporg-forums' ),
     16    _x( '/support/forums/', 'header menu', 'wporg-forums' )                             => _x( 'Forums', 'header menu', 'wporg-forums' ),
    1717    _x( 'https://codex.wordpress.org/Main_Page', 'header menu', 'wporg-forums' )        => _x( 'Documentation', 'header menu', 'wporg-forums' ),
    1818    _x( 'https://make.wordpress.org/support/handbook/', 'header menu', 'wporg-forums' ) => _x( 'Get Involved', 'header menu', 'wporg-forums' ),
Note: See TracChangeset for help on using the changeset viewer.