Skip to content

Commit

Permalink
Docs: Remove blank line at the end of `wp_prepare_attachment_for_js()…
Browse files Browse the repository at this point in the history
…` DocBlock.

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

Props nareshbheda.
Fixes #62642.

git-svn-id: https://develop.svn.wordpress.org/trunk@59486 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Dec 4, 2024
1 parent 9558c1f commit 7d3ce7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-includes/media.php
Original file line number Diff line number Diff line change
Expand Up @@ -4455,7 +4455,6 @@ function wp_plupload_default_settings() {
* @type string $url Direct URL to the attachment file (from wp-content).
* @type int $width If the attachment is an image, represents the width of the image in pixels.
* }
*
*/
function wp_prepare_attachment_for_js( $attachment ) {
$attachment = get_post( $attachment );
Expand Down

0 comments on commit 7d3ce7a

Please sign in to comment.