Image captions: revert label change back to "Caption", fixes #18311
git-svn-id: http://core.svn.wordpress.org/trunk@20826 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
95ecb49c92
commit
6499a905a3
|
@ -935,7 +935,7 @@ function get_attachment_fields_to_edit($post, $errors = null) {
|
||||||
),
|
),
|
||||||
'image_alt' => array(),
|
'image_alt' => array(),
|
||||||
'post_excerpt' => array(
|
'post_excerpt' => array(
|
||||||
'label' => __('Default Caption'),
|
'label' => __('Caption'),
|
||||||
'input' => 'html',
|
'input' => 'html',
|
||||||
'html' => wp_caption_input_textarea($edit_post)
|
'html' => wp_caption_input_textarea($edit_post)
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue