Make WordPress Core

Ticket #13902: import-2.patch

File import-2.patch, 688 bytes (added by wahgnube, 14 years ago)
  • import.php

     
    130130}
    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.', 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>';
    134134?>
    135135
    136136</div>