From dcc9de1076eb0105fa85e14290bc8f974ea9f0a1 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 29 Feb 2008 17:15:34 +0000 Subject: [PATCH] Remove empty gettext call. Props andy. fixes #6044 git-svn-id: http://svn.automattic.com/wordpress/trunk@7105 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/media.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 31d6fa8d7e..0ae5dad696 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -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'),