Remove empty gettext call. Props andy. fixes #6044
git-svn-id: http://svn.automattic.com/wordpress/trunk@7105 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
577f12beae
commit
dcc9de1076
|
@ -527,7 +527,6 @@ function get_attachment_fields_to_edit($post, $errors = null) {
|
|||
'post_title' => array(
|
||||
'label' => __('Title'),
|
||||
'value' => $edit_post->post_title,
|
||||
'helps' => __(''),
|
||||
),
|
||||
'post_excerpt' => array(
|
||||
'label' => __('Description'),
|
||||
|
|
Loading…
Reference in New Issue