Initialize in the Theme_Upgrader class. props mitchoyoshitaka, fixes #18367.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-08-10 19:26:36 +00:00
parent 90f6899dd1
commit 97730f64fa
1 changed files with 1 additions and 0 deletions

View File

@ -604,6 +604,7 @@ class Plugin_Upgrader extends WP_Upgrader {
class Theme_Upgrader extends WP_Upgrader {
var $result;
var $bulk = false;
function upgrade_strings() {
$this->strings['up_to_date'] = __('The theme is at the latest version.');