Skip to content

Commit

Permalink
Tweak PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham authored Dec 12, 2024
1 parent 9266a18 commit 87964c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compat/wordpress-6.8/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function gutenberg_insert_hooked_blocks_into_rest_response( $response, $post ) {
* where the inner blocks are stored as post content.
*
* @since 6.6.0
* @since 6.8.0 Support non-`wp_navigation` post types.
* @since 6.8.0 Support other post types. (Previously, it was limited to `wp_navigation` only.)
* @access private
*
* @param stdClass $post Post object.
Expand Down

0 comments on commit 87964c1

Please sign in to comment.