Skip to content

Commit

Permalink
Blocks: Fix Latest Posts align assignment alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Aug 13, 2018
1 parent 3a92986 commit c1fabd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/latest-posts/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function register_block_core_latest_posts() {
'default' => 3,
),
'align' => array(
'type' => 'string',
'type' => 'string',
),
'order' => array(
'type' => 'string',
Expand Down

0 comments on commit c1fabd2

Please sign in to comment.