From 4feb285a78304714d515d13cd6f8296f3847a52f Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@19384 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ) { ?> + + + +