equal
deleted
inserted
replaced
181 ?> |
181 ?> |
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> |
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 <form method="post" enctype="multipart/form-data" class="wp-upload-form" action="<?php echo self_admin_url( 'update.php?action=upload-theme' ); ?>"> |
183 <form method="post" enctype="multipart/form-data" class="wp-upload-form" action="<?php echo self_admin_url( 'update.php?action=upload-theme' ); ?>"> |
184 <?php wp_nonce_field( 'theme-upload' ); ?> |
184 <?php wp_nonce_field( 'theme-upload' ); ?> |
185 <label class="screen-reader-text" for="themezip"><?php _e( 'Theme zip file' ); ?></label> |
185 <label class="screen-reader-text" for="themezip"><?php _e( 'Theme zip file' ); ?></label> |
186 <input type="file" id="themezip" name="themezip" accept=".zip"/> |
186 <input type="file" id="themezip" name="themezip" accept=".zip" /> |
187 <?php submit_button( __( 'Install Now' ), '', 'install-theme-submit', false ); ?> |
187 <?php submit_button( __( 'Install Now' ), '', 'install-theme-submit', false ); ?> |
188 </form> |
188 </form> |
189 <?php |
189 <?php |
190 } |
190 } |
191 |
191 |