Changeset 561 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-wp-parser-hook.php
- Timestamp:
- 04/25/2014 08:55:11 PM (12 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
r554 r561 8 8 <?php the_excerpt(); ?> 9 9 </section> 10 11 <?php if ( is_single() ) : ?> 12 10 13 <section class="long-description"> 11 14 <?php the_content(); ?> … … 32 35 <?php endif; */ ?> 33 36 34 <?php if ( is_single() ) : ?>35 37 <!-- 36 38 <hr/>
Note: See TracChangeset
for help on using the changeset viewer.