diff --git a/wp-admin/includes/upload.php b/wp-admin/includes/upload.php index 3f472e0287..3b4103b85e 100644 --- a/wp-admin/includes/upload.php +++ b/wp-admin/includes/upload.php @@ -107,7 +107,7 @@ function wp_upload_form() { $enctype = $id ? '' : ' enctype="multipart/form-data"'; $post_id = (int) $post_id; ?> - id="upload-file" method="post" action=""> + id="upload-file" method="post" action=""> " + . " " . __('Browse Files') . '' ); @@ -212,7 +212,7 @@ function wp_upload_tab_upload_action() { if ( isset($file['error']) ) wp_die($file['error'] . "
" . __('Back to Image Uploading') . '' + . "/wp-admin/upload.php?style=" . attribute_escape($style . "&tab=$from_tab&post_id=$post_id") . "'>" . __('Back to Image Uploading') . '' ); $url = $file['url']; @@ -259,7 +259,7 @@ function wp_upload_tab_upload_action() { if ( !current_user_can('edit_post', (int) $ID) ) wp_die( __('You are not allowed to delete this attachment.') - . " " + . " " . __('Go back') . '' );