Changeset 44683
- Timestamp:
- 01/21/2019 10:56:31 PM (6 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r44526 r44683 542 542 543 543 // 4.9.8 544 'show_comments_cookies_opt_in' => 0,544 'show_comments_cookies_opt_in' => 1, 545 545 ); 546 546 -
trunk/src/wp-admin/options-discussion.php
r43531 r44683 89 89 <label for="show_comments_cookies_opt_in"> 90 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 .' ); ?>91 <?php _e( 'Show comments cookies opt-in checkbox, allowing comment author cookies to be set.' ); ?> 92 92 </label> 93 93 <br />
Note: See TracChangeset
for help on using the changeset viewer.