Changeset 15326
- Timestamp:
- 06/25/2010 03:04:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import.php
r15264 r15326 131 131 132 132 if ( 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>'; 134 134 ?> 135 135
Note: See TracChangeset
for help on using the changeset viewer.