4.1 Docs Audit: Convert a hook reference to an inline `@see` tag in the hook docs for the `image_add_caption_text` filter.
See #30469. Built from https://develop.svn.wordpress.org/trunk@30600 git-svn-id: http://core.svn.wordpress.org/trunk@30590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
087fbce9ae
commit
5212725fbe
|
@ -164,8 +164,8 @@ function image_add_caption( $html, $id, $caption, $title, $align, $url, $size, $
|
||||||
* Note: If the caption text is empty, the caption shortcode will not be appended
|
* Note: If the caption text is empty, the caption shortcode will not be appended
|
||||||
* to the image HTML when inserted into the editor.
|
* to the image HTML when inserted into the editor.
|
||||||
*
|
*
|
||||||
* Passing an empty value also prevents the 'image_add_caption_shortcode' filter
|
* Passing an empty value also prevents the {@see 'image_add_caption_shortcode'}
|
||||||
* from being evaluated at the end of {@see image_add_caption()}.
|
* filter from being evaluated at the end of {@see image_add_caption()}.
|
||||||
*
|
*
|
||||||
* @since 4.1.0
|
* @since 4.1.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.1-beta2-30599';
|
$wp_version = '4.1-beta2-30600';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue