Changeset 686 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-wp-parser-hook.php
- Timestamp:
- 06/06/2014 09:48:33 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
r677 r686 36 36 <?php endif; ?> 37 37 38 <?php /* if ( is_archive() ) : ?> 38 <?php /* 39 <?php if ( is_archive() ) : ?> 39 40 <section class="meta">Used by TODO | Uses TODO | TODO Examples</section> 40 <?php endif; */ ?> 41 42 <!-- 41 <?php endif; ?> 43 42 <hr/> 44 43 <section class="explanation"> 45 44 <h2><?php _e( 'Explanation', 'wporg' ); ?></h2> 46 45 </section> 47 -->46 */ ?> 48 47 49 48 <?php if ( $params = get_params() ) : ?> … … 77 76 <?php endif; ?> 78 77 78 <?php /* 79 79 <hr/> 80 <!--81 80 <section class="learn-more"> 82 81 <h2><?php _e( 'Learn More', 'wporg' ); ?></h2> … … 86 85 <h2><?php _e( 'Examples', 'wporg' ); ?></h2> 87 86 </section> 88 -->87 */ ?> 89 88 <?php endif; ?> 90 89
Note: See TracChangeset
for help on using the changeset viewer.