From 2047ff9e5a3485e9e86f6169e98c7a1fd30952ef Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Tue, 4 Nov 2014 21:01:23 +0000 Subject: [PATCH] Twenty Fifteen: Use the new archive template tags and make archive template titling way simpler! Props obenland, fixes #30246. Built from https://develop.svn.wordpress.org/trunk@30236 git-svn-id: http://core.svn.wordpress.org/trunk@30236 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/archive.php | 60 +-------------------- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 59 deletions(-) diff --git a/wp-content/themes/twentyfifteen/archive.php b/wp-content/themes/twentyfifteen/archive.php index 317c85ded5..801b86f0fb 100644 --- a/wp-content/themes/twentyfifteen/archive.php +++ b/wp-content/themes/twentyfifteen/archive.php @@ -25,65 +25,9 @@ get_header(); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 33abdcf456..d747f17346 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30235'; +$wp_version = '4.1-alpha-30236'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.