Changeset 868 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-wp-parser-hook.php
- Timestamp:
- 09/23/2014 06:30:18 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
r836 r868 95 95 <?php if ( comments_open() || '0' != get_comments_number() ) : ?> 96 96 <hr/> 97 <section class=" examples">98 <h2><?php _e( ' Examples', 'wporg' ); ?></h2>99 <?php comments_template(); /* TODO: add '/ examples.php' */ ?>97 <section class="user-notes"> 98 <h2><?php _e( 'User Contributed Notes', 'wporg' ); ?></h2> 99 <?php comments_template(); /* TODO: add '/user-notes.php' */ ?> 100 100 </section> 101 101 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.