Tidy comment.

This commit is contained in:
barryhughes 2023-08-03 16:24:33 -07:00
parent bc91ad26c2
commit 1152ac1246
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class COTRedirectionController {
$params['_wpnonce'] = wp_create_nonce( 'bulk-posts' );
}
// If an `id` array parameter is present, rename as `post`
// If an `id` array parameter is present, rename as `post`.
if ( isset( $params['id'] ) && is_array( $params['id'] ) ) {
$params['post'] = $params['id'];
unset( $params['id'] );