Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33516, comment 2


Ignore:
Timestamp:
08/23/2015 02:21:14 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33516, comment 2

    initial v1  
    11See also https://make.wordpress.org/core/2015/07/06/comments-are-now-turned-off-on-pages-by-default/.
    22
    3 Here's a snippet you can add to you child theme's `functions.php` file or turn into a plugin:
     3Here's a snippet you can add to your child theme's `functions.php` file or turn into a plugin:
    44{{{
    55function wp33516_open_comments_for_pages( $status, $post_type, $comment_type ) {