Make WordPress Core


Ignore:
Timestamp:
06/10/2017 10:47:59 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing opening quote for 'home' in {$type}_template_hierarchy and {$type}_template filters documentation.

Props tmatsuur, truongwp.
Fixes #40962.

File:
1 edited

Legend:

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

    r40057 r40894  
    3333         *
    3434         * Possible values for `$type` include: 'index', '404', 'archive', 'author', 'category', 'tag', 'taxonomy', 'date',
    35          * 'embed', home', 'frontpage', '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', 'frontpage', '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.