@@ -288,7 +288,7 @@ function image_downsize( $id, $size = 'medium' ) {
288288 * If true, image will be cropped to the specified dimensions using center positions.
289289 * If an array, the image will be cropped using the array to specify the crop location:
290290 *
291- * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.
291+ * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'.
292292 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'.
293293 * }
294294 */
@@ -350,7 +350,7 @@ function remove_image_size( $name ) {
350350 * If true, image will be cropped to the specified dimensions using center positions.
351351 * If an array, the image will be cropped using the array to specify the crop location:
352352 *
353- * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.
353+ * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'.
354354 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'.
355355 * }
356356 */
@@ -530,7 +530,7 @@ function wp_constrain_dimensions( $current_width, $current_height, $max_width =
530530 * If true, image will be cropped to the specified dimensions using center positions.
531531 * If an array, the image will be cropped using the array to specify the crop location:
532532 *
533- * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.
533+ * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'.
534534 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'.
535535 * }
536536 * @return array|false Returned array matches parameters for `imagecopyresampled()`. False on failure.
@@ -684,7 +684,7 @@ function image_resize_dimensions( $orig_w, $orig_h, $dest_w, $dest_h, $crop = fa
684684 * If true, image will be cropped to the specified dimensions using center positions.
685685 * If an array, the image will be cropped using the array to specify the crop location:
686686 *
687- * @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.
687+ * @type string $0 The x crop position. Accepts 'left', 'center', or 'right'.
688688 * @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'.
689689 * }
690690 * @return array|false Metadata array on success. False if no image was created.
0 commit comments