Changeset 53839 for trunk/src/wp-admin/includes/theme-install.php
- Timestamp:
- 08/05/2022 05:58:01 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme-install.php
r53639 r53839 183 183 ?> 184 184 <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> 185 <form method="post" enctype="multipart/form-data" class="wp-upload-form" action="<?php echo self_admin_url( 'update.php?action=upload-theme'); ?>">185 <form method="post" enctype="multipart/form-data" class="wp-upload-form" action="<?php echo esc_url( self_admin_url( 'update.php?action=upload-theme' ) ); ?>"> 186 186 <?php wp_nonce_field( 'theme-upload' ); ?> 187 187 <label class="screen-reader-text" for="themezip"><?php _e( 'Theme zip file' ); ?></label>
Note: See TracChangeset
for help on using the changeset viewer.