Improve punctuation in phpdoc. see #23090.
git-svn-id: http://core.svn.wordpress.org/trunk@23665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f86b1502a0
commit
763e039b0b
|
@ -96,8 +96,8 @@ function get_author_template() {
|
|||
/**
|
||||
* Retrieve path of category template in current or parent template.
|
||||
*
|
||||
* Works by first retrieving the current slug for example 'category-default.php' and then
|
||||
* trying category ID, for example 'category-1.php' and will finally fallback to category.php
|
||||
* Works by first retrieving the current slug, for example 'category-default.php', and then
|
||||
* trying category ID, for example 'category-1.php', and will finally fall back to category.php
|
||||
* template, if those files don't exist.
|
||||
*
|
||||
* @since 1.5.0
|
||||
|
@ -122,8 +122,8 @@ function get_category_template() {
|
|||
/**
|
||||
* Retrieve path of tag template in current or parent template.
|
||||
*
|
||||
* Works by first retrieving the current tag name, for example 'tag-wordpress.php' and then
|
||||
* trying tag ID, for example 'tag-1.php' and will finally fallback to tag.php
|
||||
* Works by first retrieving the current tag name, for example 'tag-wordpress.php', and then
|
||||
* trying tag ID, for example 'tag-1.php', and will finally fall back to tag.php
|
||||
* template, if those files don't exist.
|
||||
*
|
||||
* @since 2.3.0
|
||||
|
@ -226,7 +226,7 @@ function get_front_page_template() {
|
|||
* Retrieve path of page template in current or parent template.
|
||||
*
|
||||
* Will first look for the specifically assigned page template.
|
||||
* Then will search for 'page-{slug}.php', followed by 'page-id.php',
|
||||
* Then will search for 'page-{slug}.php', followed by 'page-{id}.php',
|
||||
* and finally 'page.php'.
|
||||
*
|
||||
* @since 1.5.0
|
||||
|
|
Loading…
Reference in New Issue