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/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://developer.wordpress.org/themes/basics/template-hierarchy/
    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://wordpress.org/support/">Explore documentation</a>', 'wporg-forums' ); ?></p>
    4141        </div>
    4242    </div>
Note: See TracChangeset for help on using the changeset viewer.