Changeset 50527 for trunk/src/wp-includes/class-wp-block-type.php
- Timestamp:
- 03/12/2021 01:33:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-type.php
r50419 r50527 99 99 */ 100 100 public $styles = array(); 101 102 /** 103 * Block variations. 104 * @since 5.8.0 105 * @var array 106 */ 107 public $variations = array(); 101 108 102 109 /**
Note: See TracChangeset
for help on using the changeset viewer.