Make WordPress Core


Ignore:
Timestamp:
04/23/2024 12:36:49 PM (13 months ago)
Author:
swissspidy
Message:

Docs: Improve incorrect indentation/alignment in a few docblocks.

See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r58033 r58037  
    55945594 * @param string $filename Path to an AVIF file.
    55955595 * @return array {
    5596  *    An array of AVIF image information.
    5597  *
    5598  *    @type int|false $width        Image width on success, false on failure.
    5599  *    @type int|false $height       Image height on success, false on failure.
    5600  *    @type int|false $bit_depth    Image bit depth on success, false on failure.
    5601  *    @type int|false $num_channels Image number of channels on success, false on failure.
     5596 *     An array of AVIF image information.
     5597 *
     5598 *     @type int|false $width        Image width on success, false on failure.
     5599 *     @type int|false $height       Image height on success, false on failure.
     5600 *     @type int|false $bit_depth    Image bit depth on success, false on failure.
     5601 *     @type int|false $num_channels Image number of channels on success, false on failure.
    56025602 * }
    56035603 */
Note: See TracChangeset for help on using the changeset viewer.