Typo fix from mdawaffe. fixes #3559

git-svn-id: https://develop.svn.wordpress.org/trunk@4720 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-01-11 04:26:38 +00:00
parent dd6274152a
commit 23d35cc8ad
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ function wp_upload_tab_upload_action() {
if ( isset($file['error']) )
wp_die($file['error'] . "<br /><a href='" . get_option('siteurl')
. "/wp-admin/upload.php?style=$style&amp;tab=$from_tab&amp;post_id=$post_id'>'" . __('Back to Image Uploading') . '</a>'
. "/wp-admin/upload.php?style=$style&amp;tab=$from_tab&amp;post_id=$post_id'>" . __('Back to Image Uploading') . '</a>'
);
$url = $file['url'];