diff --git a/wp-content/themes/twentyfifteen/archive.php b/wp-content/themes/twentyfifteen/archive.php index 495d6341fa..8fe0e41e7b 100644 --- a/wp-content/themes/twentyfifteen/archive.php +++ b/wp-content/themes/twentyfifteen/archive.php @@ -6,9 +6,8 @@ * 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 - * new template file for each specific one. For example, Twenty Fifteen - * already has tag.php for Tag archives, category.php for Category archives, - * and author.php for Author archives. + * new template file for each one. For example, tag.php (Tag archives), + * category.php (Category archives), author.php (Author archives), etc. * * @link https://codex.wordpress.org/Template_Hierarchy * diff --git a/wp-includes/version.php b/wp-includes/version.php index a25aa941d7..4e0db7418b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.