Tidy comment.
This commit is contained in:
parent
bc91ad26c2
commit
1152ac1246
|
@ -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'] );
|
||||
|
|
Loading…
Reference in New Issue