Fix the context (right-click) menu when clicking the placeholder for the post title field on the classic Edit Post screen.

Props masummdar, audrasjb, afercia.
Fixes #47318.
Built from https://develop.svn.wordpress.org/trunk@46338


git-svn-id: http://core.svn.wordpress.org/trunk@46137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2019-09-28 16:20:57 +00:00
parent becc682bcf
commit dd44ab5a58
5 changed files with 5 additions and 3 deletions

View File

@ -72,6 +72,7 @@
position: absolute;
font-size: 1.7em;
padding: 11px 10px;
pointer-events: none;
}
input#link_description,

File diff suppressed because one or more lines are too long

View File

@ -72,6 +72,7 @@
position: absolute;
font-size: 1.7em;
padding: 11px 10px;
pointer-events: none;
}
input#link_description,

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-beta1-46337';
$wp_version = '5.3-beta1-46338';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.