Changeset 768 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-wp-parser-hook.php
- Timestamp:
- 07/29/2014 06:57:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-wp-parser-hook.php
r724 r768 84 84 */ ?> 85 85 86 <?php if ( have_comments() || ( comments_open() && is_user_member_of_blog()) ) : ?>86 <?php if ( comments_open() || '0' != get_comments_number() ) : ?> 87 87 <hr/> 88 88 <section class="examples"> 89 89 <h2><?php _e( 'Examples', 'wporg' ); ?></h2> 90 <?php get_template_part( 'code-example' );?>90 <?php comments_template(); /* TODO: add '/examples.php' */ ?> 91 91 </section> 92 92 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.