Changeset 603
- Timestamp:
- 05/11/2014 01:45:08 PM (11 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/archive-handbook.php
r84 r603 7 7 ?> 8 8 <?php get_header(); ?> 9 10 <!-- Also called on in footer but will not display the second time. --> 11 <?php get_sidebar( get_post_type() ); ?> 9 12 10 13 <div class="sleeve_main"> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/footer.php
r583 r603 7 7 ?> 8 8 9 <!-- On handbook pages, this gets called twice but will not display the second time. --> 9 10 <?php get_sidebar( get_post_type() ); ?> 10 11 <div class="clear"></div> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/single-handbook.php
r550 r603 7 7 ?> 8 8 <?php get_header(); ?> 9 10 <!-- Also called on in footer but will not display the second time. --> 11 <?php get_sidebar( get_post_type() ); ?> 9 12 10 13 <div class="sleeve_main">
Note: See TracChangeset
for help on using the changeset viewer.