`WP_Theme` has an ad hoc property in `WP_MS_Themes_List_Table`, `$update`. This can be set to a default value on the class, as it's not obtained via `__get()`.

See #33491.


git-svn-id: https://develop.svn.wordpress.org/trunk@33957 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-09-09 01:01:12 +00:00
parent ae16cec9fb
commit 297df83c5d
1 changed files with 10 additions and 1 deletions

View File

@ -4,9 +4,18 @@
*
* @package WordPress
* @subpackage Theme
* @since 3.4.0
*/
final class WP_Theme implements ArrayAccess {
/**
* Whether the theme has been marked as updateable
*
* @see WP_MS_Themes_List_Table
*
* @access public
* @var bool
*/
public $update = false;
/**
* Headers for style.css files.