- Fix dragging to the bottom of the screen.
- Fix hiding of the dragged widget when dragging over a closed sidebar.
- Fix the admin menu position and scrolling when all widget containers are folded.
Fixes #32094 for trunk.
Built from https://develop.svn.wordpress.org/trunk@32480


git-svn-id: http://core.svn.wordpress.org/trunk@32450 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-05-10 00:32:31 +00:00
parent 59fe6b2368
commit 999ae33a2e
9 changed files with 32 additions and 12 deletions

View File

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