Make WordPress Core


Ignore:
Timestamp:
11/15/2024 09:09:32 PM (6 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing commas in a few DocBlocks for various media functions.

Follow-up to [56416].

Props truptikanzariya.
Fixes #62433.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-image-editor-imagick.php

    r59315 r59406  
    347347     *     If an array, the image will be cropped using the array to specify the crop location:
    348348     *
    349      *     @type string $0 The x crop position. Accepts 'left' 'center', or 'right'.
     349     *     @type string $0 The x crop position. Accepts 'left', 'center', or 'right'.
    350350     *     @type string $1 The y crop position. Accepts 'top', 'center', or 'bottom'.
    351351     * }
Note: See TracChangeset for help on using the changeset viewer.