@@ -100,8 +100,8 @@ discard block |
||
100 | 100 | ) { |
101 | 101 | |
102 | 102 | return 'wordpoints_create_hook_reaction|' . $reaction_store->get_slug() |
103 | - . '|' . wordpoints_hooks()->get_current_mode() |
|
104 | - . '|' . wp_json_encode( $reaction_store->get_context_id() ); |
|
103 | + . '|' . wordpoints_hooks()->get_current_mode() |
|
104 | + . '|' . wp_json_encode( $reaction_store->get_context_id() ); |
|
105 | 105 | } |
106 | 106 | |
107 | 107 | /** |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | WordPoints_Hook_ReactionI $reaction |
132 | 132 | ) { |
133 | 133 | return 'wordpoints_update_hook_reaction|' |
134 | - . wp_json_encode( $reaction->get_guid() ); |
|
134 | + . wp_json_encode( $reaction->get_guid() ); |
|
135 | 135 | } |
136 | 136 | |
137 | 137 | /** |
@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | WordPoints_Hook_ReactionI $reaction |
162 | 162 | ) { |
163 | 163 | return 'wordpoints_delete_hook_reaction|' |
164 | - . wp_json_encode( $reaction->get_guid() ); |
|
164 | + . wp_json_encode( $reaction->get_guid() ); |
|
165 | 165 | } |
166 | 166 | |
167 | 167 | // |
@@ -106,7 +106,7 @@ |
||
106 | 106 | , 'WordPointsPointsTypesL10n' |
107 | 107 | , array( |
108 | 108 | 'confirmDelete' => esc_html__( 'Are you sure that you want to delete this points type? This will delete all related logs and event hooks.', 'wordpoints' ) |
109 | - . ' ' . esc_html__( 'Once a points type has been deleted, you cannot bring it back.', 'wordpoints' ), |
|
109 | + . ' ' . esc_html__( 'Once a points type has been deleted, you cannot bring it back.', 'wordpoints' ), |
|
110 | 110 | 'confirmTitle' => esc_html__( 'Are you sure?', 'wordpoints' ), |
111 | 111 | 'deleteText' => esc_html__( 'Delete', 'wordpoints' ), |
112 | 112 | 'cancelText' => esc_html__( 'Cancel', 'wordpoints' ), |