Changeset 35933 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 12/14/2015 07:45:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r35931 r35933 737 737 } 738 738 739 if ( $cpage ) {739 if ( $cpage && get_option( 'page_comments' ) ) { 740 740 if ( $wp_rewrite->using_permalinks() ) { 741 741 if ( $cpage ) {
Note: See TracChangeset
for help on using the changeset viewer.