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:
parent
8a2525a88d
commit
559e81937b
|
@ -1229,6 +1229,7 @@ table.links-table {
|
|||
}
|
||||
|
||||
.focus-on .wrap > h1,
|
||||
.focus-on .page-title-action,
|
||||
.focus-on #wpfooter,
|
||||
.focus-on .postbox-container > *,
|
||||
.focus-on div.updated,
|
||||
|
@ -1252,6 +1253,7 @@ table.links-table {
|
|||
}
|
||||
|
||||
.focus-off .wrap > h1,
|
||||
.focus-off .page-title-action,
|
||||
.focus-off #wpfooter,
|
||||
.focus-off .postbox-container > *,
|
||||
.focus-off div.updated,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1229,6 +1229,7 @@ table.links-table {
|
|||
}
|
||||
|
||||
.focus-on .wrap > h1,
|
||||
.focus-on .page-title-action,
|
||||
.focus-on #wpfooter,
|
||||
.focus-on .postbox-container > *,
|
||||
.focus-on div.updated,
|
||||
|
@ -1252,6 +1253,7 @@ table.links-table {
|
|||
}
|
||||
|
||||
.focus-off .wrap > h1,
|
||||
.focus-off .page-title-action,
|
||||
.focus-off #wpfooter,
|
||||
.focus-off .postbox-container > *,
|
||||
.focus-off div.updated,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue