Changeset 52652 for trunk/src/wp-includes/class-wp-block-type.php
- Timestamp:
- 01/30/2022 07:23:25 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-block-type.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-type.php
r51501 r52652 80 80 * 81 81 * @since 5.5.0 82 * @var array82 * @var string[] 83 83 */ 84 84 public $keywords = array(); … … 224 224 * @type string|null $icon Block type icon. 225 225 * @type string $description A detailed block type description. 226 * @type array$keywords Additional keywords to produce block type as226 * @type string[] $keywords Additional keywords to produce block type as 227 227 * result in search interfaces. 228 228 * @type string|null $textdomain The translation textdomain.
Note: See TracChangeset
for help on using the changeset viewer.