From 3fcae6d702b4ab23481f9c0128d49a6950036fdf Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 21 Nov 2011 20:46:15 +0000 Subject: [PATCH] Output the "After a file has been uploaded..." message by using the post-upload-ui action, fixes #18764 git-svn-id: http://svn.automattic.com/wordpress/trunk@19384 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/media.php | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index e10da6109d..0bf50c1d68 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -1378,14 +1378,12 @@ wpUploaderInit = ; -

100 * 1024 * 1024 ) - echo ' ' . __('Your browser has some limitations uploading large files with the multi-file uploader. Please use the browser uploader for files over 100MB.') . '

'; - -echo ' ' . __('After a file has been uploaded, you can add titles and descriptions.'); -?>

- + 100 * 1024 * 1024 ) { ?> + + + +