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-wp-parser-hook.php

    r677 r686  
    3636    <?php endif; ?>
    3737
    38     <?php /* if ( is_archive() ) : ?>
     38        <?php /*
     39        <?php if ( is_archive() ) : ?>
    3940        <section class="meta">Used by TODO | Uses TODO | TODO Examples</section>
    40     <?php endif; */ ?>
    41 
    42         <!--
     41        <?php endif; ?>
    4342        <hr/>
    4443        <section class="explanation">
    4544            <h2><?php _e( 'Explanation', 'wporg' ); ?></h2>
    4645        </section>
    47         -->
     46        */ ?>
    4847
    4948        <?php if ( $params = get_params() ) : ?>
     
    7776        <?php endif; ?>
    7877
     78        <?php /*
    7979        <hr/>
    80         <!--
    8180        <section class="learn-more">
    8281            <h2><?php _e( 'Learn More', 'wporg' ); ?></h2>
     
    8685            <h2><?php _e( 'Examples', 'wporg' ); ?></h2>
    8786        </section>
    88         -->
     87        */ ?>
    8988    <?php endif; ?>
    9089
Note: See TracChangeset for help on using the changeset viewer.