Ticket #26601: 26601.theme-install.patch
| File 26601.theme-install.patch, 822 bytes (added by , 9 years ago) |
|---|
-
wp-admin/theme-install.php
119 119 120 120 ?> 121 121 <div class="wrap"> 122 <h1 ><?php122 <h1 class="wp-heading-inline"><?php 123 123 echo esc_html( $title ); 124 ?></h1> 125 <?php 124 126 125 127 /** 126 128 * Filters the tabs shown on the Add Themes screen. … … 135 137 if ( ! empty( $tabs['upload'] ) && current_user_can( 'upload_themes' ) ) { 136 138 echo ' <button type="button" class="upload-view-toggle page-title-action hide-if-no-js" aria-expanded="false">' . __( 'Upload Theme' ) . '</button>'; 137 139 } 138 ?></h1> 140 ?> 141 <hr class="wp-header-end"> 139 142 <div class="error hide-if-js"> 140 143 <p><?php _e( 'The Theme Installer screen requires JavaScript.' ); ?></p> 141 144 </div>