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

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

Fixes #39313 for trunk.


Built from https://develop.svn.wordpress.org/trunk@39619


git-svn-id: http://core.svn.wordpress.org/trunk@39559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ella Iseulde Van Dorpe 2016-12-17 10:23:43 +00:00
parent 7ad554f955
commit c7988f1f03
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.8-alpha-39618'; $wp_version = '4.8-alpha-39619';
/** /**
* 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.