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

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

Props nareshbheda.
Fixes #62642.
Built from https://develop.svn.wordpress.org/trunk@59486


git-svn-id: http://core.svn.wordpress.org/trunk@58872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-12-04 23:38:17 +00:00
parent 6342cd3c2b
commit 9c031458c8
2 changed files with 1 additions and 2 deletions

View File

@ -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 );

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59485';
$wp_version = '6.8-alpha-59486';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.