Make WordPress Core

Changeset 38428


Ignore:
Timestamp:
08/28/2016 11:56:04 PM (8 years ago)
Author:
johnbillion
Message:

Themes: Correct the list of possible values for the dynamic portion of the {$type}_template_hierarchy and {$type}_template filters.

See #14310

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/template.php

    r38418 r38428  
    3333     *
    3434     * Possible values for `$type` include: 'index', '404', 'archive', 'author', 'category', 'tag', 'taxonomy', 'date',
    35      * 'embed', home', 'front_page', 'page', 'paged', 'search', 'single', 'singular', and 'attachment'.
     35     * 'embed', home', 'frontpage', 'page', 'paged', 'search', 'single', 'singular', and 'attachment'.
    3636     *
    3737     * @since 4.7.0
     
    5151     *
    5252     * Possible values for `$type` include: 'index', '404', 'archive', 'author', 'category', 'tag', 'taxonomy', 'date',
    53      * 'embed', home', 'front_page', 'page', 'paged', 'search', 'single', 'singular', and 'attachment'.
     53     * 'embed', home', 'frontpage', 'page', 'paged', 'search', 'single', 'singular', and 'attachment'.
    5454     *
    5555     * @since 1.5.0
Note: See TracChangeset for help on using the changeset viewer.