Ticket #16196: 16196.patch
File 16196.patch, 564 bytes (added by , 14 years ago) |
---|
-
wp-admin/themes.php
194 194 </form> 195 195 <br class="clear" /> 196 196 197 <?php $wp_list_table->display(); ?> 198 199 <?php else: ?> 200 201 <p><?php printf( __('You don\'t have any other themes installed at the moment. You could always <a href="%s">search for a new theme</a>.'), admin_url('theme-install.php') );?></p> 202 197 203 <?php endif; ?> 198 204 199 <?php $wp_list_table->display(); ?>200 201 205 <br class="clear" /> 202 206 203 207 <?php