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:
Ryan Boren 2008-02-29 17:15:34 +00:00
parent afc003cd20
commit 4ec016565a
1 changed files with 0 additions and 1 deletions

View File

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