diff --git a/wp-includes/class-wp-block.php b/wp-includes/class-wp-block.php index f66d268e45..c7a4597089 100644 --- a/wp-includes/class-wp-block.php +++ b/wp-includes/class-wp-block.php @@ -271,7 +271,7 @@ class WP_Block { public function render( $options = array() ) { global $post; - /** This filter is documented in src/wp-includes/blocks.php. */ + /** This filter is documented in wp-includes/blocks.php */ $pre_render = apply_filters( 'pre_render_block', null, $this->parsed_block ); if ( ! is_null( $pre_render ) ) { return $pre_render; diff --git a/wp-includes/version.php b/wp-includes/version.php index 4f8cb453af..53e148ecbd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta4-49608'; +$wp_version = '5.6-beta4-49609'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.