Changeset 768 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php
- Timestamp:
- 07/29/2014 06:57:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php
r725 r768 141 141 <?php endif; ?> 142 142 143 <?php if ( have_comments() || ( comments_open() && is_user_member_of_blog()) ) : ?>143 <?php if ( comments_open() || '0' != get_comments_number() ) : ?> 144 144 <hr/> 145 145 <section class="examples"> 146 146 <h2><?php _e( 'Examples', 'wporg' ); ?></h2> 147 <?php get_template_part( 'code-example' );?>147 <?php comments_template(); /* TODO: add '/examples.php' */ ?> 148 148 </section> 149 149 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.