mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
bulk should default to false. fixes #11130
git-svn-id: https://develop.svn.wordpress.org/trunk@12186 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e010f7c143
commit
99e6a0696d
@ -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…
Reference in New Issue
Block a user