Make WordPress Core


Ignore:
Timestamp:
07/24/2018 12:50:55 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Remove the setting to enable comment cookies consent added in [43469].

This needs some more work to ensure expected behaviour.

See #44373.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-discussion.php

    r43469 r43525  
    8686</label>
    8787<br />
    88 
    89 <label for="show_comments_cookies_opt_in">
    90 <input name="show_comments_cookies_opt_in" type="checkbox" id="show_comments_cookies_opt_in" value="1" <?php checked( '1', get_option( 'show_comments_cookies_opt_in' ) ); ?> />
    91 <?php _e( 'Show comments cookies opt-in checkbox.' ); ?>
    92 </label>
    93 <br />
    94 
    9588<label for="thread_comments">
    9689<input name="thread_comments" type="checkbox" id="thread_comments" value="1" <?php checked( '1', get_option( 'thread_comments' ) ); ?> />
Note: See TracChangeset for help on using the changeset viewer.