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.