Changes between Initial Version and Version 1 of Ticket #33516, comment 2
- Timestamp:
- 08/23/2015 02:21:14 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33516, comment 2
initial v1 1 1 See also https://make.wordpress.org/core/2015/07/06/comments-are-now-turned-off-on-pages-by-default/. 2 2 3 Here's a snippet you can add to you child theme's `functions.php` file or turn into a plugin:3 Here's a snippet you can add to your child theme's `functions.php` file or turn into a plugin: 4 4 {{{ 5 5 function wp33516_open_comments_for_pages( $status, $post_type, $comment_type ) {