Changeset 29634 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 08/27/2014 01:31:05 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r29597 r29634 196 196 function install_plugins_upload( $page = 1 ) { 197 197 ?> 198 <h4><?php _e('Install a plugin in .zip format'); ?></h4>198 <div class="upload-plugin"> 199 199 <p class="install-help"><?php _e('If you have a plugin in a .zip format, you may install it by uploading it here.'); ?></p> 200 200 <form method="post" enctype="multipart/form-data" class="wp-upload-form" action="<?php echo self_admin_url('update.php?action=upload-plugin'); ?>"> … … 204 204 <?php submit_button( __( 'Install Now' ), 'button', 'install-plugin-submit', false ); ?> 205 205 </form> 206 </div> 206 207 <?php 207 208 }
Note: See TracChangeset
for help on using the changeset viewer.