Changeset 59600 for trunk/src/wp-admin/options-discussion.php
- Timestamp:
- 01/13/2025 02:55:09 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-discussion.php
r59160 r59600 91 91 <li> 92 92 <label for="close_comments_days_old"><?php _e( 'Close comments when post is how many days old' ); ?></label> 93 <input name="close_comments_days_old" type="number" step="1" min="0" id="close_comments_days_old" value="<?php echo esc_attr( get_option( 'close_comments_days_old' ) ); ?>" class="small-text" />93 <input name="close_comments_days_old" type="number" step="1" min="0" id="close_comments_days_old" value="<?php echo esc_attr( get_option( 'close_comments_days_old' ) ); ?>" class="small-text" /> 94 94 </li> 95 95 </ul>
Note: See TracChangeset
for help on using the changeset viewer.