Editor: Let the Add New link disappear in DFW mode.

The link was moved outside the heading in [38983].

Merges [39619] to the 4.7 branch.
Fixes #39313.


Built from https://develop.svn.wordpress.org/branches/4.7@39634


git-svn-id: http://core.svn.wordpress.org/branches/4.7@39574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ella Iseulde Van Dorpe 2016-12-21 14:56:34 +00:00
parent 8a2525a88d
commit 559e81937b
5 changed files with 7 additions and 3 deletions

View File

@ -1229,6 +1229,7 @@ table.links-table {
} }
.focus-on .wrap > h1, .focus-on .wrap > h1,
.focus-on .page-title-action,
.focus-on #wpfooter, .focus-on #wpfooter,
.focus-on .postbox-container > *, .focus-on .postbox-container > *,
.focus-on div.updated, .focus-on div.updated,
@ -1252,6 +1253,7 @@ table.links-table {
} }
.focus-off .wrap > h1, .focus-off .wrap > h1,
.focus-off .page-title-action,
.focus-off #wpfooter, .focus-off #wpfooter,
.focus-off .postbox-container > *, .focus-off .postbox-container > *,
.focus-off div.updated, .focus-off div.updated,

File diff suppressed because one or more lines are too long

View File

@ -1229,6 +1229,7 @@ table.links-table {
} }
.focus-on .wrap > h1, .focus-on .wrap > h1,
.focus-on .page-title-action,
.focus-on #wpfooter, .focus-on #wpfooter,
.focus-on .postbox-container > *, .focus-on .postbox-container > *,
.focus-on div.updated, .focus-on div.updated,
@ -1252,6 +1253,7 @@ table.links-table {
} }
.focus-off .wrap > h1, .focus-off .wrap > h1,
.focus-off .page-title-action,
.focus-off #wpfooter, .focus-off #wpfooter,
.focus-off .postbox-container > *, .focus-off .postbox-container > *,
.focus-off div.updated, .focus-off div.updated,

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.7.1-alpha-39633'; $wp_version = '4.7.1-alpha-39634';
/** /**
* 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.