Skip to content
Snippets Groups Projects

Add block-editor support

Merged Erick Hitter requested to merge fix/gutenberg into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -719,7 +719,7 @@ class Automatically_Paginate_Posts {
$new_blocks[] = $block;
if ( $this->is_at_end_for_pages( $key, $count ) ) {
continue;
break;
}
if (
Loading