Make WordPress Core


Ignore:
Timestamp:
09/05/2026 09:57:52 AM (5 days ago)
Author:
wildworks
Message:

Docs: Align @param tag columns in post, comment, taxonomy, and media docblocks.

Aligns @param tag columns in docblocks across the posts, comments, taxonomy, and media APIs per the PHP inline documentation standards.

Developed in: https://github.com/WordPress/wordpress-develop/pull/13315

Props mukesh27, wildworks.
See #65818.

File:
1 edited

Legend:

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

    r62517 r63497  
    260260                         * @param int    $quality   Quality level between 1 (low) and 100 (high).
    261261                         * @param string $mime_type Image mime type.
    262                          * @param array $size {
     262                         * @param array  $size {
    263263                         *     Dimensions of the image.
    264264                         *
Note: See TracChangeset for help on using the changeset viewer.