Make WordPress Core

Changeset 15326


Ignore:
Timestamp:
06/25/2010 03:04:54 PM (14 years ago)
Author:
nacin
Message:

i18n a string in import.php. props vanillalounge, fixes #14086 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import.php

    r15264 r15326  
    131131
    132132if ( current_user_can('install_plugins') )
    133     echo '<p>' . sprintf('If the importer you need is not listed, <a href="%s">search the plugins directory</a> to see if an importer is available.', esc_url(admin_url('plugin-install.php?tab=search&type=tag&s=importer')) ) . '</p>';
     133    echo '<p>' . sprintf( __('If the importer you need is not listed, <a href="%s">search the plugins directory</a> to see if an importer is available.'), esc_url(admin_url('plugin-install.php?tab=search&type=tag&s=importer')) ) . '</p>';
    134134?>
    135135
Note: See TracChangeset for help on using the changeset viewer.