- Timestamp:
- 06/19/2016 10:09:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/footer.php
r603 r3489 7 7 ?> 8 8 9 <!-- On handbook pages, this gets called twice but will not display the second time. --> 10 <?php get_sidebar( get_post_type() ); ?> 9 <?php if ( ! function_exists( 'wporg_is_handbook' ) || ! wporg_is_handbook() ) { get_sidebar( get_post_type() ); } ?> 11 10 <div class="clear"></div> 12 11
Note: See TracChangeset
for help on using the changeset viewer.