diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 1b313c8101..a7f292c87d 100644 --- a/wp-admin/includes/media.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index fc120ceac8..0bfd5f9c36 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.