Skip to content

Commit 9c9dfd2

Browse files
Docs: Fix typo in get_udims() description.
Follow-up to [6309], [8912], [9119], [18632]. Props bhaveshdesai, sabernhardt, mukesh27. Fixes #63704. git-svn-id: https://develop.svn.wordpress.org/trunk@60488 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f99471e commit 9c9dfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/deprecated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function wp_shrink_dimensions( $width, $height, $wmax = 128, $hmax = 96 ) {
5353
}
5454

5555
/**
56-
* Calculated the new dimensions for a downsampled image.
56+
* Calculates the new dimensions for a downsampled image.
5757
*
5858
* @since 2.0.0
5959
* @deprecated 3.5.0 Use wp_constrain_dimensions()

0 commit comments

Comments
 (0)