Make WordPress Core


Ignore:
Timestamp:
07/24/2018 12:52:29 PM (6 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.

Merges [43525] to the 4.9 branch.
See #44373.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/options-discussion.php

    r43470 r43526  
    7878</label>
    7979<br />
    80 
    81 <label for="show_comments_cookies_opt_in">
    82 <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' ) ); ?> />
    83 <?php _e( 'Show comments cookies opt-in checkbox.' ); ?>
    84 </label>
    85 <br />
    86 
    8780<label for="thread_comments">
    8881<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.