Make WordPress Core

Changeset 59486


Ignore:
Timestamp:
12/04/2024 11:36:04 PM (7 weeks ago)
Author:
SergeyBiryukov
Message:

Docs: Remove blank line at the end of wp_prepare_attachment_for_js() DocBlock.

Follow-up to [21680], [49281].

Props nareshbheda.
Fixes #62642.

File:
1 edited

Legend:

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

    r59415 r59486  
    44564456 *     @type int    $width                 If the attachment is an image, represents the width of the image in pixels.
    44574457 * }
    4458  *
    44594458 */
    44604459function wp_prepare_attachment_for_js( $attachment ) {
Note: See TracChangeset for help on using the changeset viewer.