Ticket #13902: import.patch
File import.patch, 685 bytes (added by , 15 years ago) |
---|
-
import.php
130 130 } 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.', 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.', admin_url('plugin-install.php?tab=search&type=tag&s=importer') ) . '</p>'; 134 134 ?> 135 135 136 136 </div>