Skip to content

Commit 0790b92

Browse files
Minor docbock update
1 parent df8741f commit 0790b92

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugins/auto-sizes/includes/improve-calculate-sizes.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ function auto_sizes_filter_image_tag( $content, array $parsed_block, WP_Block $b
124124
*
125125
* @since n.e.x.t
126126
*
127-
* @param int $id The image id.
128-
* @param string $size The image size data.
129-
* @param string $align The image alignment.
130-
* @param string $resize_width Resize image width.
131-
* @param string $max_alignment The maximum usable layout alignment.
127+
* @param int $id The image id.
128+
* @param string $size The image size data.
129+
* @param string $align The image alignment.
130+
* @param string $resize_width Resize image width.
131+
* @param string $max_alignment The maximum usable layout alignment.
132132
* @return string|false An improved sizes attribute or false if a better size cannot be calculated.
133133
*/
134134
function auto_sizes_calculate_better_sizes( int $id, string $size, string $align, string $resize_width, string $max_alignment ) {

0 commit comments

Comments
 (0)