Changeset 52062 for trunk/src/wp-includes/class-wp-block-template.php
- Timestamp:
- 11/08/2021 11:09:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-template.php
r51003 r52062 101 101 */ 102 102 public $has_theme_file; 103 104 /** 105 * Whether a template is a custom template. 106 * 107 * @since 5.9.0 108 * 109 * @var boolean 110 */ 111 public $is_custom = true; 103 112 }
Note: See TracChangeset
for help on using the changeset viewer.