Changeset 724 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php
- Timestamp:
- 06/29/2014 08:41:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php
r714 r724 96 96 <h2><?php _e( 'Learn More', 'wporg' ); ?></h2> 97 97 </section> 98 <hr/>99 <section class="examples">100 <h2><?php _e( 'Examples', 'wporg' ); ?></h2>101 </section>102 98 */ ?> 103 99 … … 145 141 <?php endif; ?> 146 142 143 <?php if ( have_comments() || ( comments_open() && is_user_member_of_blog() ) ) : ?> 144 <hr/> 145 <section class="examples"> 146 <h2><?php _e( 'Examples', 'wporg' ); ?></h2> 147 <?php get_template_part( 'code-example' ); ?> 148 </section> 149 <?php endif; ?> 150 147 151 <?php endif; ?> 148 152
Note: See TracChangeset
for help on using the changeset viewer.