Making WordPress.org


Ignore:
Timestamp:
02/01/2020 09:35:28 AM (6 years ago)
Author:
netweb
Message:

Support Forum: Replace legacy codex docs links with new support articles

Props valentinbora, casiepa.
Fixes #4909.

File:
1 edited

Legend:

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

    r8257 r9452  
    1515    /* translators: relative link to the forums home page */
    1616    _x( '/forums/', 'header menu', 'wporg-forums' )                                     => _x( 'Forums', 'header menu', 'wporg-forums' ),
    17     _x( 'https://codex.wordpress.org/Main_Page', 'header menu', 'wporg-forums' )        => _x( 'Documentation', 'header menu', 'wporg-forums' ),
     17    _x( 'https://wordpress.org/support/', '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' ),
    1919);
Note: See TracChangeset for help on using the changeset viewer.