Themes: Allow version number in the overlay to be selected.

props johneckman.
fixes #31205.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-02-03 15:15:25 +00:00
parent 9d162f0945
commit 641f767fd9
5 changed files with 3 additions and 11 deletions

View File

@ -748,10 +748,6 @@ body.folded .theme-overlay .theme-wrap {
float: none;
display: inline-block;
margin-right: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.theme-overlay .theme-author {

View File

@ -748,10 +748,6 @@ body.folded .theme-overlay .theme-wrap {
float: none;
display: inline-block;
margin-left: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.theme-overlay .theme-author {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31329';
$wp_version = '4.2-alpha-31330';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.