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:
ryan 2009-11-13 21:28:40 +00:00
parent 92ffc891e0
commit 7a2fa88b6f
1 changed files with 1 additions and 1 deletions

View File

@ -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() {