Remove Shiny Bulk Updates

Bulk updates don't need to be ajaxified so let's revert.

See #31770, #29820,


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


git-svn-id: http://core.svn.wordpress.org/trunk@32032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin
2015-04-06 01:21:26 +00:00
parent 2c42b8f0b2
commit dd5b92a2fe
3 changed files with 2 additions and 20 deletions

View File

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