Make WordPress Core

Ticket #28964: 28964.patch

File 28964.patch, 565 bytes (added by michalzuber, 10 years ago)
  • src/wp-admin/includes/plugin-install.php

     
    194194 *
    195195 * @param string $page
    196196 */
    197 function install_plugins_upload( $page = 1 ) {
     197function install_plugins_upload() {
    198198?>
    199199        <h4><?php _e('Install a plugin in .zip format'); ?></h4>
    200200        <p class="install-help"><?php _e('If you have a plugin in a .zip format, you may install it by uploading it here.'); ?></p>