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

git-svn-id: https://develop.svn.wordpress.org/trunk@18525 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-08-10 19:26:36 +00:00
parent 666b55d3c0
commit 3e14a6675b
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.');