Make WordPress Core

Ticket #28964: 28964.2.patch

File 28964.2.patch, 602 bytes (added by michalzuber, 11 years ago)

Removed also the documentation line

  • src/wp-admin/includes/plugin-install.php

     
    192192 * Upload from zip
    193193 * @since 2.8.0
    194194 *
    195  * @param string $page
    196195 */
    197 function install_plugins_upload( $page = 1 ) {
     196function install_plugins_upload() {
    198197?>
    199198        <h4><?php _e('Install a plugin in .zip format'); ?></h4>
    200199        <p class="install-help"><?php _e('If you have a plugin in a .zip format, you may install it by uploading it here.'); ?></p>