From ba21c68c236dd0106910cce60d98619a4ff648ad Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Fri, 28 Nov 2014 08:55:46 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@30600 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/media.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/media.php b/src/wp-admin/includes/media.php index 1b313c8101..a7f292c87d 100644 --- a/src/wp-admin/includes/media.php +++ b/src/wp-admin/includes/media.php @@ -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 *