mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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:
parent
90f6899dd1
commit
97730f64fa
@ -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.');
|
||||
|
Loading…
Reference in New Issue
Block a user