Make WordPress Core


Ignore:
Timestamp:
11/21/2012 03:30:48 PM (12 years ago)
Author:
nacin
Message:

Have the media modal direct users to media-new.php for the browser uploader. fixes #22444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r22764 r22765  
    21652165    ?>
    21662166    <p class="upload-flash-bypass">
    2167     <?php _e('You are using the multi-file uploader. Problems? Try the <a href="#">browser uploader</a> instead.'); ?>
     2167    <?php printf( __( 'You are using the multi-file uploader. Problems? Try the <a href="%1$s" target="%2$s">browser uploader</a> instead.' ), admin_url( 'media-new.php?browser-uploader' ), '_blank' ); ?>
    21682168    </p>
    21692169    <?php
Note: See TracChangeset for help on using the changeset viewer.