Make WordPress Core

Changeset 23665


Ignore:
Timestamp:
03/12/2013 09:30:13 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Improve punctuation in phpdoc. see #23090.

File:
1 edited

Legend:

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

    r23312 r23665  
    9797 * Retrieve path of category template in current or parent template.
    9898 *
    99  * Works by first retrieving the current slug for example 'category-default.php' and then
    100  * trying category ID, for example 'category-1.php' and will finally fallback to category.php
     99 * Works by first retrieving the current slug, for example 'category-default.php', and then
     100 * trying category ID, for example 'category-1.php', and will finally fall back to category.php
    101101 * template, if those files don't exist.
    102102 *
     
    123123 * Retrieve path of tag template in current or parent template.
    124124 *
    125  * Works by first retrieving the current tag name, for example 'tag-wordpress.php' and then
    126  * trying tag ID, for example 'tag-1.php' and will finally fallback to tag.php
     125 * Works by first retrieving the current tag name, for example 'tag-wordpress.php', and then
     126 * trying tag ID, for example 'tag-1.php', and will finally fall back to tag.php
    127127 * template, if those files don't exist.
    128128 *
     
    227227 *
    228228 * Will first look for the specifically assigned page template.
    229  * Then will search for 'page-{slug}.php', followed by 'page-id.php',
     229 * Then will search for 'page-{slug}.php', followed by 'page-{id}.php',
    230230 * and finally 'page.php'.
    231231 *
Note: See TracChangeset for help on using the changeset viewer.