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:
Drew Jaynes 2014-11-28 08:56:24 +00:00
parent 087fbce9ae
commit 5212725fbe
2 changed files with 3 additions and 3 deletions

View File

@ -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
* to the image HTML when inserted into the editor.
*
* Passing an empty value also prevents the 'image_add_caption_shortcode' filter
* from being evaluated at the end of {@see image_add_caption()}.
* Passing an empty value also prevents the {@see 'image_add_caption_shortcode'}
* filter from being evaluated at the end of {@see image_add_caption()}.
*
* @since 4.1.0
*

View File

@ -4,7 +4,7 @@
*
* @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.