From 63e747792d85ffee9044fa637e0f73bd2cecfa75 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 18 May 2012 02:50:05 +0000 Subject: [PATCH] Image captions: revert label change back to "Caption", fixes #18311 git-svn-id: https://develop.svn.wordpress.org/trunk@20826 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/media.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 617064848a..f390e079d9 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -935,7 +935,7 @@ function get_attachment_fields_to_edit($post, $errors = null) { ), 'image_alt' => array(), 'post_excerpt' => array( - 'label' => __('Default Caption'), + 'label' => __('Caption'), 'input' => 'html', 'html' => wp_caption_input_textarea($edit_post) ),