Changeset 53450 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 05/29/2022 03:33:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r51975 r53450 26 26 27 27 if ( 'delete_all' === $doaction && ! empty( $_REQUEST['pagegen_timestamp'] ) ) { 28 /** 29 * @global wpdb $wpdb WordPress database abstraction object. 30 */ 31 global $wpdb; 32 28 33 $comment_status = wp_unslash( $_REQUEST['comment_status'] ); 29 34 $delete_time = wp_unslash( $_REQUEST['pagegen_timestamp'] ); … … 135 140 wp_enqueue_script( 'admin-comments' ); 136 141 enqueue_comment_hotkeys_js(); 142 143 /** 144 * @global int $post_id 145 */ 146 global $post_id; 137 147 138 148 if ( $post_id ) {
Note: See TracChangeset
for help on using the changeset viewer.