Changeset 1104 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-wp-parser-hook.php
- Timestamp:
- 01/08/2015 06:13:42 PM (10 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
r1065 r1104 4 4 5 5 <h1><a href="<?php the_permalink() ?>"><?php echo get_signature(); ?></a></h1> 6 <section class=" description">6 <section class="summary"> 7 7 <?php echo get_summary(); ?> 8 8 </section> … … 10 10 <?php if ( is_single() ) : ?> 11 11 12 <section class=" long-description">13 <?php echo get_ long_description(); ?>12 <section class="description"> 13 <?php echo get_description(); ?> 14 14 </section> 15 15
Note: See TracChangeset
for help on using the changeset viewer.