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