Changeset 49193 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 10/18/2020 05:25:10 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r49108 r49193 121 121 } 122 122 if ( $trashed || $spammed ) { 123 $redirect_to = add_query_arg( 'ids', join( ',', $comment_ids ), $redirect_to );123 $redirect_to = add_query_arg( 'ids', implode( ',', $comment_ids ), $redirect_to ); 124 124 } 125 125
Note: See TracChangeset
for help on using the changeset viewer.