Making WordPress.org


Ignore:
Timestamp:
09/23/2014 06:30:18 PM (11 years ago)
Author:
coffee2code
Message:

Code Reference: rename 'Examples' to 'User Contributed Notes' in an appropriate fashion wherever present

File:
1 edited

Legend:

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

    r836 r868  
    9595        <?php if ( comments_open() || '0' != get_comments_number() ) : ?>
    9696        <hr/>
    97         <section class="examples">
    98             <h2><?php _e( 'Examples', 'wporg' ); ?></h2>
    99             <?php comments_template(); /* TODO: add '/examples.php' */ ?>
     97        <section class="user-notes">
     98            <h2><?php _e( 'User Contributed Notes', 'wporg' ); ?></h2>
     99            <?php comments_template(); /* TODO: add '/user-notes.php' */ ?>
    100100        </section>
    101101        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.