Skip to content

Commit

Permalink
bump target version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Nov 29, 2018
1 parent bbb7a3c commit 7bf127d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function get_dynamic_blocks_regex() {
*
* @since 1.9.0
* @since 4.4.0 renders full nested tree of blocks before reassembling into HTML string
* @since 4.7.0 filters blocks structurally before rendering and as text afterwards
* @since 4.8.0 filters blocks structurally before rendering and as text afterwards
* @global WP_Post $post The post to edit.
*
* @param array $source_block A single parsed block object.
Expand Down Expand Up @@ -210,7 +210,7 @@ function gutenberg_render_block( $source_block ) {
* add_filter( 'block_pre_render', 'un_markdownify_block' );
* }
*
* @since 4.7.0
* @since 4.8.0
*
* @param array|null $prev transformed block from previous filter or null
* @param array $source_block original block passed through all filters
Expand Down Expand Up @@ -299,7 +299,7 @@ function gutenberg_render_block( $source_block ) {
* add_filter( 'block_post_render', array( $matcher, 'block_post_render' ) );
* add_filter( 'the_content', array( $matcher, 'the_content' ), 10 );
*
* @since 4.7.0
* @since 4.8.0
*
* @param string $output rendered HTML from block or previous filters
* @param array $block original block that was rendered
Expand Down

0 comments on commit 7bf127d

Please sign in to comment.