diff --git a/wp-admin/upload.php b/wp-admin/upload.php index 4c46386429..6180d0b0a6 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -394,7 +394,7 @@ foreach ($arc_result as $arc_row) { $actions['trash'] = "ID) . "'>" . __('Trash') . ""; $actions['view'] = '' . __('View') . ''; if ( current_user_can('edit_post', $post->ID) ) - $actions['attach'] = ''.__('Attach').''; + $actions['attach'] = ''.__('Attach').''; $actions = apply_filters( 'media_row_actions', $actions, $post ); $action_count = count($actions); $i = 0;