Skip to content

Commit 7d3ce7a

Browse files
Docs: Remove blank line at the end of wp_prepare_attachment_for_js() 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
1 parent 9558c1f commit 7d3ce7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wp-includes/media.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4455,7 +4455,6 @@ function wp_plupload_default_settings() {
44554455
* @type string $url Direct URL to the attachment file (from wp-content).
44564456
* @type int $width If the attachment is an image, represents the width of the image in pixels.
44574457
* }
4458-
*
44594458
*/
44604459
function wp_prepare_attachment_for_js( $attachment ) {
44614460
$attachment = get_post( $attachment );

0 commit comments

Comments
 (0)