Make WordPress Core


Ignore:
Timestamp:
01/09/2019 05:08:25 AM (6 years ago)
Author:
pento
Message:

Docs: Update Codex references to the Template_Hierarchy page.

https://codex.wordpress.org/Template_Hierarchy redirects to https://developer.wordpress.org/themes/basics/template-hierarchy/, so we should link to the correct page.

Props kmeze, pento.
Fixes #45222.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyten/index.php

    r32116 r44496  
    77 * It is used to display a page when nothing more specific matches a query.
    88 * E.g., it puts together the home page when no home.php file exists.
    9  * Learn more: https://codex.wordpress.org/Template_Hierarchy
     9 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/
    1010 *
    1111 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.