Make WordPress Core


Ignore:
Timestamp:
04/20/2012 01:10:39 AM (13 years ago)
Author:
azaozz
Message:

Fix typo in the error message shown when a device doesn't support uploading, props SergeyBiryukov, fixes #20410

File:
1 edited

Legend:

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

    r20449 r20544  
    12991299
    13001300    if ( ! _device_can_upload() ) {
    1301         echo '<p>' . __('The web browser on your device cannot be used to upload files. You may be able to use the <a href=" http://wordpress.org/extend/mobile/">native app for your device</a> instead.') . '</p>';
     1301        echo '<p>' . __('The web browser on your device cannot be used to upload files. You may be able to use the <a href="http://wordpress.org/extend/mobile/">native app for your device</a> instead.') . '</p>';
    13021302        return;
    13031303    }
Note: See TracChangeset for help on using the changeset viewer.