From a95f3d243a985fb5429c4d996eefc2d246b773c1 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 28 Mar 2012 20:32:29 +0000 Subject: [PATCH] Revert label change in [20282]. see #18311. git-svn-id: http://svn.automattic.com/wordpress/trunk@20310 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 d6ebab2d9..ced9e5270 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -951,7 +951,7 @@ function get_attachment_fields_to_edit($post, $errors = null) { ), 'image_alt' => array(), 'post_excerpt' => array( - 'label' => __('Caption'), + 'label' => __('Default Caption'), 'input' => 'html', 'html' => wp_caption_input_textarea($edit_post) ),