Making WordPress.org


Ignore:
Timestamp:
06/06/2014 09:48:33 PM (10 years ago)
Author:
coffee2code
Message:

Code Reference: Hide 'Arguments' header since the section isn't implemented; comment out unimplemented sections via PHP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php

    r677 r686  
    4141    <?php endif; ?>
    4242
    43 <?php /* if ( is_archive() ) : ?>
     43    <?php /*
     44    <?php if ( is_archive() ) : ?>
    4445    <section class="meta">Used by TODO | Uses TODO | TODO Examples</section>
    45 <?php endif; */ ?>
    46 
    47     <!--
     46    <?php endif; ?>
    4847    <hr/>
    4948    <section class="explanation">
    5049        <h2><?php _e( 'Explanation', 'wporg' ); ?></h2>
    5150    </section>
    52     -->
     51    */ ?>
    5352
    5453    <?php if ( $params = get_params() ) : ?>
     
    8281    <?php endif; ?>
    8382
     83    <?php /*
    8484    <?php if ( $arguments = get_arguments() ) : //todo: output arg data ?>
    8585    <hr/>
     
    8888    </section>
    8989    <?php endif; ?>
    90     <!--
    9190    <hr/>
    9291    <section class="learn-more">
     
    9796        <h2><?php _e( 'Examples', 'wporg' ); ?></h2>
    9897    </section>
    99     -->
     98    */ ?>
    10099
    101100    <?php if ( 'wp-parser-class' === get_post_type() ) :
Note: See TracChangeset for help on using the changeset viewer.