Making WordPress.org

Changeset 9452

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

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

Props valentinbora, casiepa.
Fixes #4909.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support
Files:
6 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://=> _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);
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php

    r7288 r9452  
    4343                    <h3><?php _e( 'Documentation', 'wporg-forums' ); ?></h3>
    4444                    <p><?php _e( 'Your first stop where you\'ll find information on everything from installing to creating plugins.', 'wporg-forums' ); ?></p>
    45                     <p><?php _e( '<a href="https://codex.wordpress.org/">Explore documentation</a>', 'wporg-forums' ); ?></p>
     45                    <p><?php _e( '<a href="https:///">Explore documentation</a>', 'wporg-forums' ); ?></p>
    4646                </div>
    4747            </div>
     
    7777                <h3><?php _e( 'Helpful Links', 'wporg-forums' ); ?></h3>
    7878                <ul class="meta-list">
    79                     <li><?php _e( '<a href="https://codex.wordpress.org/New_To_WordPress_-_Where_to_Start">New to WordPress &mdash; Where to Start</a>', 'wporg-forums' ); ?></li>
    80                     <li><?php _e( '<a href="https://codex.wordpress.org/FAQ_Installation">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li>
    81                     <li><?php _e( '<a href="https://codex.wordpress.org/First_Steps_With_WordPress">First Steps with WordPress</a>', 'wporg-forums' ); ?></li>
    82                     <li><?php _e( '<a href="https://codex.wordpress.org/Writing_Posts">Writing Posts</a>', 'wporg-forums' ); ?></li>
     79                    <li><?php _e( '<a href="https://">New to WordPress &mdash; Where to Start</a>', 'wporg-forums' ); ?></li>
     80                    <li><?php _e( '<a href="https://">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li>
     81                    <li><?php _e( '<a href="https://">First Steps with WordPress</a>', 'wporg-forums' ); ?></li>
     82                    <li><?php _e( '<a href="https://">Writing Posts</a>', 'wporg-forums' ); ?></li>
    8383                </ul>
    8484            </div>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/bbpress-front.php

    r7835 r9452  
    33 * Template part for displaying bbPress topics on the front page.
    44 *
    5  * @link https://codex.wordpress.org/Template_Hierarchy
     5 * @link https://
    66 *
    77 * @package WPBBP
     
    3838            <h3><?php _e( 'Documentation', 'wporg-forums' ); ?></h3>
    3939            <p><?php _e( 'Your first stop where you\'ll find information on everything from installing to creating plugins.', 'wporg-forums' ); ?></p>
    40             <p><?php _e( '<a href="https://codex.wordpress.org/">Explore documentation</a>', 'wporg-forums' ); ?></p>
     40            <p><?php _e( '<a href="https:///">Explore documentation</a>', 'wporg-forums' ); ?></p>
    4141        </div>
    4242    </div>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/content-archive.php

    r7835 r9452  
    33 * Template part for displaying single posts in an archive list.
    44 *
    5  * @link https://codex.wordpress.org/Template_Hierarchy
     5 * @link https://
    66 *
    77 * @package WPBBP
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/content-page.php

    r5386 r9452  
    33 * Template part for displaying page content in page.php.
    44 *
    5  * @link https://codex.wordpress.org/Template_Hierarchy
     5 * @link https://
    66 *
    77 * @package WPBBP
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/content-single.php

    r7835 r9452  
    33 * Template part for displaying page content in page.php.
    44 *
    5  * @link https://codex.wordpress.org/Template_Hierarchy
     5 * @link https://
    66 *
    77 * @package WPBBP
Note: See TracChangeset for help on using the changeset viewer.