Changeset 48509 for trunk/src/wp-admin/includes/theme-install.php
- Timestamp:
- 07/19/2020 05:09:43 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme-install.php
r48495 r48509 180 180 function install_themes_upload() { 181 181 ?> 182 <p class="install-help"><?php _e( 'If you have a theme in a .zip format, you may install it by uploading it here.' ); ?></p>182 <p class="install-help"><?php _e( 'If you have a theme in a .zip format, you may install or update it by uploading it here.' ); ?></p> 183 183 <form method="post" enctype="multipart/form-data" class="wp-upload-form" action="<?php echo self_admin_url( 'update.php?action=upload-theme' ); ?>"> 184 184 <?php wp_nonce_field( 'theme-upload' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.