mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
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:
parent
6342cd3c2b
commit
9c031458c8
@ -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 );
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user