mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
bulk should default to false. fixes #11130
git-svn-id: http://svn.automattic.com/wordpress/trunk@12186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
92ffc891e0
commit
7a2fa88b6f
@ -360,7 +360,7 @@ class WP_Upgrader {
|
||||
class Plugin_Upgrader extends WP_Upgrader {
|
||||
|
||||
var $result;
|
||||
var $bulk = true;
|
||||
var $bulk = false;
|
||||
var $show_before = '';
|
||||
|
||||
function upgrade_strings() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user