About: Fix jumping behavior for titles and columns when scrolling.

Props ryelle.
See #42087.
Fixes #42514, #42526.

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


git-svn-id: http://core.svn.wordpress.org/trunk@42003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2017-11-13 22:47:58 +00:00
parent e484b66335
commit 54a2c0dd1f
6 changed files with 149 additions and 35 deletions

View File

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