Docs: Normalize spacing in the image_send_to_editor
hook doc following [35058].
See #34257. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@35059 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
59db8cfe93
commit
6db985862a
@ -135,15 +135,15 @@ function get_image_send_to_editor( $id, $caption, $title, $align, $url = '', $re
|
||||
*
|
||||
* @since 2.5.0
|
||||
*
|
||||
* @param string $html The image HTML markup to send.
|
||||
* @param int $id The attachment id.
|
||||
* @param string $caption The image caption.
|
||||
* @param string $title The image title.
|
||||
* @param string $align The image alignment.
|
||||
* @param string $url The image source URL.
|
||||
* @param string|array $size Size of image. Image size or array of width and height values
|
||||
* (in that order).
|
||||
* @param string $alt The image alternative, or alt, text.
|
||||
* @param string $html The image HTML markup to send.
|
||||
* @param int $id The attachment id.
|
||||
* @param string $caption The image caption.
|
||||
* @param string $title The image title.
|
||||
* @param string $align The image alignment.
|
||||
* @param string $url The image source URL.
|
||||
* @param string|array $size Size of image. Image size or array of width and height values
|
||||
* (in that order).
|
||||
* @param string $alt The image alternative, or alt, text.
|
||||
*/
|
||||
$html = apply_filters( 'image_send_to_editor', $html, $id, $caption, $title, $align, $url, $size, $alt );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user