Make WordPress Core


Ignore:
Timestamp:
07/24/2018 05:05:56 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Revert [43525].

The commenter cookies checkbox is not legally required, so should be disabled by default.

Fixes #44373.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r43525 r43531  
    536536                // 4.9.6
    537537                'wp_page_for_privacy_policy'      => 0,
     538
     539                // 4.9.8
     540                'show_comments_cookies_opt_in'    => 0,
    538541        );
    539542
Note: See TracChangeset for help on using the changeset viewer.