Changeset 49108 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 10/08/2020 09:13:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r48352 r49108 330 330 331 331 <?php if ( $post_id ) : ?> 332 <input type="hidden" name="p" value="<?php echo esc_attr( intval( $post_id )); ?>" />332 <input type="hidden" name="p" value="<?php echo esc_attr( (int) $post_id ); ?>" /> 333 333 <?php endif; ?> 334 334 <input type="hidden" name="comment_status" value="<?php echo esc_attr( $comment_status ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.