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:
parent
dd6274152a
commit
23d35cc8ad
@ -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&tab=$from_tab&post_id=$post_id'>'" . __('Back to Image Uploading') . '</a>'
|
||||
. "/wp-admin/upload.php?style=$style&tab=$from_tab&post_id=$post_id'>" . __('Back to Image Uploading') . '</a>'
|
||||
);
|
||||
|
||||
$url = $file['url'];
|
||||
|
Loading…
Reference in New Issue
Block a user