Changeset 52275 for trunk/src/wp-includes/class-wp-block-template.php
- Timestamp:
- 11/30/2021 12:22:30 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-template.php
r52236 r52275 79 79 80 80 /** 81 * Origin of the content when the content has been customized. 82 * When customized, origin takes on the value of source and source becomes 83 * 'custom'. 84 * 85 * @since 5.9.0 86 * @var string 87 */ 88 public $origin; 89 90 /** 81 91 * Post Id. 82 92 * … … 110 120 */ 111 121 public $is_custom = true; 122 123 /** 124 * Author. 125 * 126 * A value of 0 means no author. 127 * 128 * @since 5.9.0 129 * @var int 130 */ 131 public $author; 112 132 }
Note: See TracChangeset
for help on using the changeset viewer.