Changeset 45926 for trunk/src/wp-admin/import.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/import.php
r45674 r45926 224 224 225 225 if ( current_user_can( 'install_plugins' ) ) { 226 echo '<p>' . sprintf( __( 'If the importer you need is not listed, <a href="%s">search the plugin directory</a> to see if an importer is available.' ), esc_url( network_admin_url( 'plugin-install.php?tab=search&type=tag&s=importer' ) ) ) . '</p>'; 226 echo '<p>' . sprintf( 227 /* translators: %s: URL to Add Plugins screen */ 228 __( 'If the importer you need is not listed, <a href="%s">search the plugin directory</a> to see if an importer is available.' ), 229 esc_url( network_admin_url( 'plugin-install.php?tab=search&type=tag&s=importer' ) ) 230 ) . '</p>'; 227 231 } 228 232 ?>
Note: See TracChangeset
for help on using the changeset viewer.