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-reference.php

    r836 r868  
    152152    <?php if ( comments_open() || '0' != get_comments_number() ) : ?>
    153153    <hr/>
    154     <section class="examples">
    155         <h2><?php _e( 'Examples', 'wporg' ); ?></h2>
    156         <?php comments_template(); /* TODO: add '/examples.php' */ ?>
     154    <section class="user-notes">
     155        <h2><?php _e( 'User Contributed Notes', 'wporg' ); ?></h2>
     156        <?php comments_template(); /* TODO: add '/user-notes.php' */ ?>
    157157    </section>
    158158    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.