Changeset 868 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.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-reference.php
r836 r868 152 152 <?php if ( comments_open() || '0' != get_comments_number() ) : ?> 153 153 <hr/> 154 <section class=" examples">155 <h2><?php _e( ' Examples', 'wporg' ); ?></h2>156 <?php comments_template(); /* TODO: add '/ examples.php' */ ?>154 <section class="user-notes"> 155 <h2><?php _e( 'User Contributed Notes', 'wporg' ); ?></h2> 156 <?php comments_template(); /* TODO: add '/user-notes.php' */ ?> 157 157 </section> 158 158 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.