Skip to content

Commit

Permalink
Image block: fix docs
Browse files Browse the repository at this point in the history
See #6177.
  • Loading branch information
azaozz committed Jun 11, 2018
1 parent 4b3d889 commit be16a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compat.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function gutenberg_wpautop( $content ) {
add_filter( 'the_content', 'gutenberg_wpautop', 8 );

/**
* Add `srcset` to the image meta `sizes` array.
* Add `srcset` to the image meta `sizes` array in the REST API response.
*
* @param WP_REST_Response $response Response object.
* @param WP_Post $attachment Attachment post object.
Expand Down

0 comments on commit be16a73

Please sign in to comment.