Ticket #28964: 28964.patch
File 28964.patch, 565 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/includes/plugin-install.php
194 194 * 195 195 * @param string $page 196 196 */ 197 function install_plugins_upload( $page = 1) {197 function install_plugins_upload() { 198 198 ?> 199 199 <h4><?php _e('Install a plugin in .zip format'); ?></h4> 200 200 <p class="install-help"><?php _e('If you have a plugin in a .zip format, you may install it by uploading it here.'); ?></p>