Changeset 3710
- Timestamp:
- 07/22/2016 05:36:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/single-handbook.php
r3488 r3710 8 8 <?php get_header(); ?> 9 9 10 <?php if ( 'handbook' !== wporg_get_current_handbook() ) { ?> 10 11 <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> 12 <?php } ?> 11 13 12 14 <!-- Also called on in footer but will not display the second time. -->
Note: See TracChangeset
for help on using the changeset viewer.