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
This commit is contained in:
parent
68c50a9e1b
commit
b2b4233b7b
|
@ -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.5 - Desktop Medium
|
||||||
* 16.6 - Desktop Large
|
* 16.6 - Desktop Large
|
||||||
* 16.7 - Desktop X-Large
|
* 16.7 - Desktop X-Large
|
||||||
|
* 17.0 - Print
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -5851,7 +5852,7 @@ p > video {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 16.0 Print
|
* 17.0 Print
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue