[wp-trac] [WordPress Trac] #15590: Media uploader giving non-admins wsod

WordPress Trac wp-trac at lists.automattic.com
Sat Nov 27 09:31:06 UTC 2010


#15590: Media uploader giving non-admins wsod
--------------------------+-------------------------------------------------
 Reporter:  wpdavis       |       Owner:                   
     Type:  defect (bug)  |      Status:  new              
 Priority:  normal        |   Milestone:  Awaiting Review  
Component:  General       |     Version:  3.0.1            
 Severity:  normal        |    Keywords:  reporter-feedback
--------------------------+-------------------------------------------------
Changes (by westi):

  * keywords:  => reporter-feedback


Comment:

 I've just tested this in trunk as an Editor and cannot reproduce.

 All that is hooked onto that action is this:

 {{{
 function media_upload_html_bypass($flash = true) {
         echo '<p class="upload-html-bypass hide-if-no-js">';
         _e('You are using the Browser uploader.');
         if ( $flash ) {
                 // the user manually selected the browser uploader, so let
 them switch back to Flash
                 echo ' ';
                 printf( __('Try the <a href="%s">Flash uploader</a>
 instead.'), esc_url(add_query_arg('flash', 1)) );
         }
         echo "</p>\n";
 }
 }}}

 I tried with both flash uploader enabled and disabled

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15590#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list