Changeset 686 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.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-reference.php
r677 r686 41 41 <?php endif; ?> 42 42 43 <?php /* if ( is_archive() ) : ?> 43 <?php /* 44 <?php if ( is_archive() ) : ?> 44 45 <section class="meta">Used by TODO | Uses TODO | TODO Examples</section> 45 <?php endif; */ ?> 46 47 <!-- 46 <?php endif; ?> 48 47 <hr/> 49 48 <section class="explanation"> 50 49 <h2><?php _e( 'Explanation', 'wporg' ); ?></h2> 51 50 </section> 52 -->51 */ ?> 53 52 54 53 <?php if ( $params = get_params() ) : ?> … … 82 81 <?php endif; ?> 83 82 83 <?php /* 84 84 <?php if ( $arguments = get_arguments() ) : //todo: output arg data ?> 85 85 <hr/> … … 88 88 </section> 89 89 <?php endif; ?> 90 <!--91 90 <hr/> 92 91 <section class="learn-more"> … … 97 96 <h2><?php _e( 'Examples', 'wporg' ); ?></h2> 98 97 </section> 99 -->98 */ ?> 100 99 101 100 <?php if ( 'wp-parser-class' === get_post_type() ) :
Note: See TracChangeset
for help on using the changeset viewer.