Changeset 45382 for trunk/src/wp-admin/options-discussion.php
- Timestamp:
- 05/23/2019 01:11:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-discussion.php
r45140 r45382 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, allowing comment author cookies to be set .' ); ?>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.