More clean up from removal of Shiny Plugin Installs
See #31773, #29820 Unprops Jorbin, Pento Built from https://develop.svn.wordpress.org/trunk@31900 git-svn-id: http://core.svn.wordpress.org/trunk@31879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
502c70ec99
commit
4c05e8c71c
|
@ -286,18 +286,7 @@ window.wp = window.wp || {};
|
|||
|
||||
var job = wp.updates.updateQueue.shift();
|
||||
|
||||
/* This normally wouldn't be a switch, but is there since updates and installs
|
||||
originally were developed together. Kept as a switch to help with bringing
|
||||
installs back in and to preserve commit history. */
|
||||
switch ( job.type ) {
|
||||
case 'update-plugin':
|
||||
wp.updates.updatePlugin( job.data.plugin, job.data.slug );
|
||||
break;
|
||||
default:
|
||||
window.console.log( 'Failed to exect queued update job.' );
|
||||
window.console.log( job );
|
||||
break;
|
||||
}
|
||||
wp.updates.updatePlugin( job.data.plugin, job.data.slug );
|
||||
};
|
||||
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-beta2-31899';
|
||||
$wp_version = '4.2-beta2-31900';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue