Fix spacing for query arguments in action listener.

Adjusted spacing for better code readability and consistency in the query arguments within the class-actions-listener.php file. This change ensures the code aligns with coding standards without affecting functionality.
This commit is contained in:
Mykyta Synelnikov
2025-02-12 18:26:37 +02:00
parent 3ada6c71d9
commit aadad09ea9
+2 -2
View File
@@ -100,7 +100,7 @@ if ( ! class_exists( 'um\admin\Actions_Listener' ) ) {
if ( $result ) {
$redirect = add_query_arg(
array(
'update' => 'um_reactivated',
'update' => 'um_reactivated',
'reactivated_count' => 1,
),
$redirect
@@ -196,7 +196,7 @@ if ( ! class_exists( 'um\admin\Actions_Listener' ) ) {
if ( $result ) {
$redirect = add_query_arg(
array(
'update' => 'um_deactivate',
'update' => 'um_deactivate',
'deactivated_count' => 1,
),
$redirect