Changeset 4790 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/single-handbook.php
- Timestamp:
- 01/25/2017 11:34:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/single-handbook.php
r4251 r4790 10 10 <?php $is_landing_page = wporg_is_handbook_landing_page(); ?> 11 11 12 <?php get_sidebar( 'handbook' ); ?> 13 12 14 <?php if ( ! $is_landing_page && 'handbook' !== wporg_get_current_handbook() ) { ?> 13 <div class="handbook-name"><span><a href="<?php echo esc_url( get_post_type_archive_link( wporg_get_current_handbook() ) ); ?>"><?php echo esc_html( wporg_get_current_handbook_name() ); ?></a></span></div> 15 <div class="handbook-name-container"> 16 <div class="handbook-name"><span> 17 <a href="<?php echo esc_url( get_post_type_archive_link( wporg_get_current_handbook() ) ); ?>"><?php echo esc_html( wporg_get_current_handbook_name() ); ?></a> 18 </span></div> 19 </div> 14 20 <?php } ?> 15 16 <?php get_sidebar( 'handbook' ); ?>17 21 18 22 <div id="primary" class="content-area">
Note: See TracChangeset
for help on using the changeset viewer.