Making WordPress.org


Ignore:
Timestamp:
06/29/2014 08:41:47 AM (10 years ago)
Author:
coffee2code
Message:

Code Reference: add ability for users to submit code examples (via comments). See #180

Viewable by all, but temporarily only submittable by members of the site.

File:
1 edited

Legend:

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

    r594 r724  
    2020            <?php //wporg_developer_post_nav(); ?>
    2121
    22             <?php
    23                 // If comments are open or we have at least one comment, load up the comment template
    24                 if ( comments_open() || '0' != get_comments_number() ) :
    25                     comments_template();
    26                 endif;
    27             ?>
    28 
    2922        <?php endwhile; // end of the loop. ?>
    3023
Note: See TracChangeset for help on using the changeset viewer.