Skip to content

Commit

Permalink
Initialize in the Theme_Upgrader class. props mitchoyoshitaka, fixes …
Browse files Browse the repository at this point in the history
…#18367.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
nacin committed Aug 10, 2011
1 parent 90f6899 commit 97730f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wp-admin/includes/class-wp-upgrader.php
Expand Up @@ -604,6 +604,7 @@ function delete_old_plugin($removed, $local_destination, $remote_destination, $p
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.');
Expand Down

0 comments on commit 97730f6

Please sign in to comment.