Changeset 6512 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-plugin-handbook.php
- Timestamp:
- 02/01/2018 09:04:12 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-plugin-handbook.php
r2569 r6512 8 8 get_header(); ?> 9 9 10 <div id="content-area" class="has-sidebar"> 10 <?php get_sidebar( 'handbook' ); ?> 11 12 <main id="primary" <?php post_class( 'site-main' ); ?> role="main"> 11 13 12 14 <?php breadcrumb_trail(); ?> 13 14 <main id="main" <?php post_class( 'site-main' ); ?> role="main">15 15 16 16 <?php while ( have_posts() ) : the_post(); ?> … … 23 23 24 24 </main><!-- #main --> 25 <?php get_sidebar(); ?> 26 </div><!-- #primary --> 25 27 26 <?php get_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.