Changeset 9196 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php
- Timestamp:
- 10/17/2019 05:58:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php
r2755 r9196 14 14 get_header(); 15 15 ?> 16 < divid="themes" class="wrap">16 <main id="themes" class="wrap"> 17 17 <div class="wp-filter"> 18 18 <div class="filter-count"> … … 93 93 <div class="theme-overlay"></div> 94 94 <span class="spinner"></span> 95 </div> 95 </main> 96 97 <?php get_template_part( 'sidebar', 'footer' ); ?> 96 98 97 99 <?php
Note: See TracChangeset
for help on using the changeset viewer.