Ticket #13902: import-2.patch
File import-2.patch, 688 bytes (added by , 14 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( esc_url("plugin-install.php?tab=search&type=tag&s=importer") ) ) . '</p>'; 134 134 ?> 135 135 136 136 </div>