Changeset 33957
- Timestamp:
- 09/09/2015 01:01:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r32650 r33957 5 5 * @package WordPress 6 6 * @subpackage Theme 7 * @since 3.4.0 7 8 */ 8 9 9 final class WP_Theme implements ArrayAccess { 10 /** 11 * Whether the theme has been marked as updateable 12 * 13 * @see WP_MS_Themes_List_Table 14 * 15 * @access public 16 * @var bool 17 */ 18 public $update = false; 10 19 11 20 /**
Note: See TracChangeset
for help on using the changeset viewer.