From 9c031458c807ede5230883f5433c00f06e7a0c03 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 4 Dec 2024 23:38:17 +0000 Subject: [PATCH] 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 --- wp-includes/media.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/media.php b/wp-includes/media.php index 00e23ff53d..2f280a5879 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 0d87b4963a..3cf57610f9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.