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:
ryan 2008-02-29 17:15:34 +00:00
parent 577f12beae
commit dcc9de1076
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( 'post_title' => array(
'label' => __('Title'), 'label' => __('Title'),
'value' => $edit_post->post_title, 'value' => $edit_post->post_title,
'helps' => __(''),
), ),
'post_excerpt' => array( 'post_excerpt' => array(
'label' => __('Description'), 'label' => __('Description'),