Changeset 44960 for trunk/src/wp-includes/blocks/latest-comments.php
- Timestamp:
- 03/21/2019 12:46:11 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/latest-comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/latest-comments.php
r44808 r44960 155 155 array( 156 156 'attributes' => array( 157 'align' => array( 158 'type' => 'string', 159 'enum' => array( 'left', 'center', 'right', 'wide', 'full' ), 160 ), 157 161 'className' => array( 158 162 'type' => 'string', … … 176 180 'default' => true, 177 181 ), 178 'align' => array(179 'type' => 'string',180 'enum' => array( 'center', 'left', 'right', 'wide', 'full', '' ),181 ),182 182 ), 183 183 'render_callback' => 'render_block_core_latest_comments',
Note: See TracChangeset
for help on using the changeset viewer.