Changeset 1675 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
- Timestamp:
- 06/18/2015 08:42:09 PM (10 years ago)
- 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 1128 1128 // Only proceed if for a parsed post type. 1129 1129 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; 1133 1131 } 1134 1132
Note: See TracChangeset
for help on using the changeset viewer.