X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/b137f4ce021b4022c56f452c2eafa7abfcef0a7c..refs/tags/wordpress-3.2:/wp-admin/media-upload.php diff --git a/wp-admin/media-upload.php b/wp-admin/media-upload.php index 81bbf536..b33b0d51 100644 --- a/wp-admin/media-upload.php +++ b/wp-admin/media-upload.php @@ -66,7 +66,7 @@ if ( isset($_GET['inline']) ) { '

' . __('You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share.') . '

' . '

' . __('There are two options for uploading files: Select Files will open the Flash-based uploader (multiple file upload allowed), or you can use the Browser Uploader. Clicking Select Files opens a navigation window showing you files in your operating system. Selecting Open after clicking on the file you want activates a progress bar on the uploader screen. Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.') . '

' . '

' . __('For more information:') . '

' . - '

' . __('Documentation on Uploading Media Files') . '

' . + '

' . __('Documentation on Uploading Media Files') . '

' . '

' . __('Support Forums') . '

' );