Twenty Fifteen: docs correction.

Props rachelbaker, DrewAPicture, fixes #30456


Built from https://develop.svn.wordpress.org/trunk@30572


git-svn-id: http://core.svn.wordpress.org/trunk@30562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ian Stewart 2014-11-25 21:11:22 +00:00
parent 99c003c35d
commit 7e4486803b
2 changed files with 3 additions and 4 deletions

View File

@ -6,9 +6,8 @@
* For example, puts together date-based pages if no date.php file exists. * For example, puts together date-based pages if no date.php file exists.
* *
* If you'd like to further customize these archive views, you may create a * If you'd like to further customize these archive views, you may create a
* new template file for each specific one. For example, Twenty Fifteen * new template file for each one. For example, tag.php (Tag archives),
* already has tag.php for Tag archives, category.php for Category archives, * category.php (Category archives), author.php (Author archives), etc.
* and author.php for Author archives.
* *
* @link https://codex.wordpress.org/Template_Hierarchy * @link https://codex.wordpress.org/Template_Hierarchy
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.1-beta2-30571'; $wp_version = '4.1-beta2-30572';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.