Make WordPress Core

Ticket #20627: 20627.diff

File 20627.diff, 800 bytes (added by Ipstenu, 13 years ago)

Drop 'new', call it 'multi-file'

  • wp-admin/includes/media.php

     
    20682068function media_upload_html_bypass() {
    20692069       ?>
    20702070       <p class="upload-html-bypass hide-if-no-js">
    2071        <?php _e('You are using the browser&#8217;s built-in file uploader. The new WordPress uploader includes multiple file selection and drag and drop capability. <a href="#">Switch to the new uploader</a>.'); ?>
     2071       <?php _e('You are using the browser&#8217;s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <a href="#">Switch to the multi-file uploader</a>.'); ?>
    20722072       </p>
    20732073       <?php
    20742074}