From b2b4233b7b7eb97c5d7523ad01d0781acf4e710b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 13 Jan 2015 07:21:21 +0000 Subject: [PATCH] Twenty Fifteen: Add print section to the table of contents in the stylesheet. props iamtakashi. fixes #30993. Built from https://develop.svn.wordpress.org/trunk@31175 git-svn-id: http://core.svn.wordpress.org/trunk@31156 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 3 ++- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index d96579b0bf..60ab5e49b0 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -48,6 +48,7 @@ Use it to make something cool, have fun, and share what you've learned with othe * 16.5 - Desktop Medium * 16.6 - Desktop Large * 16.7 - Desktop X-Large + * 17.0 - Print */ @@ -5851,7 +5852,7 @@ p > video { /** - * 16.0 Print + * 17.0 Print */ @media print { diff --git a/wp-includes/version.php b/wp-includes/version.php index 20fd09134d..ef7aff37fb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31174'; +$wp_version = '4.2-alpha-31175'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.