Remove empty gettext call. Props andy. fixes #6044
git-svn-id: https://develop.svn.wordpress.org/trunk@7105 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
afc003cd20
commit
4ec016565a
@ -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
Block a user