Typo fix from mdawaffe. fixes #3559
git-svn-id: http://svn.automattic.com/wordpress/trunk@4720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
294bcb0e11
commit
8879c4a231
|
@ -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