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
This commit is contained in:
Andrew Ozz 2012-05-18 02:50:05 +00:00
parent 3474f26526
commit 63e747792d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
),