mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Correct the position of the $alt
parameter's @param
doc in image_add_caption()
.
See #32246 Built from https://develop.svn.wordpress.org/trunk@35918 git-svn-id: http://core.svn.wordpress.org/trunk@35882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
72c6868fae
commit
4836d6c700
@ -158,11 +158,11 @@ function get_image_send_to_editor( $id, $caption, $title, $align, $url = '', $re
|
||||
* @param string $html
|
||||
* @param integer $id
|
||||
* @param string $caption image caption
|
||||
* @param string $alt image alt attribute
|
||||
* @param string $title image title attribute
|
||||
* @param string $align image css alignment property
|
||||
* @param string $url image src url
|
||||
* @param string $size image size (thumbnail, medium, large, full or added with add_image_size() )
|
||||
* @param string $alt image alt attribute
|
||||
* @return string
|
||||
*/
|
||||
function image_add_caption( $html, $id, $caption, $title, $align, $url, $size, $alt = '' ) {
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-35917';
|
||||
$wp_version = '4.5-alpha-35918';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user