From 6670a497ddcfacfa542c87e937bc66de5d3ba83f Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 1 May 2012 22:23:15 +0000 Subject: [PATCH] Clarify the uploading options in the media-new.php contextual help. Props Ipstenu, DrewAPicture fixes #19442 git-svn-id: http://core.svn.wordpress.org/trunk@20676 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/media-upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/media-upload.php b/wp-admin/media-upload.php index e8e50222d..0a4fb8bac 100644 --- a/wp-admin/media-upload.php +++ b/wp-admin/media-upload.php @@ -68,8 +68,8 @@ 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 three options for uploading files:') . '

' . '' . '

' . __('Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.') . '

' ) );