Making WordPress.org


Ignore:
Timestamp:
06/18/2015 08:42:09 PM (10 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Add support for a blog.

  • Add post-specific template.
  • Add nav menu to house 'Blog' link.
  • Enable general, non-"User Contributed Notes" commenting.
  • Handle post comments distinctly from User Contributed Notes.
  • Comment styling and display scripting.

Fixes #872.
Props atimmer.

File:
1 edited

Legend:

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

    r1526 r1675  
    11281128        // Only proceed if for a parsed post type.
    11291129        if ( ! is_parsed_post_type( get_post_type( $post ) ) ) {
    1130             // Temporarily disable commenting that isn't for a note since various
    1131             // changes need to take place to enable regular commenting.
    1132             return false; //$open;
     1130            return $open;
    11331131        }
    11341132
Note: See TracChangeset for help on using the changeset viewer.