@@ -96,8 +96,8 @@ discard block |
||
96 | 96 | ) { |
97 | 97 | |
98 | 98 | return 'wordpoints_create_hook_reaction|' . $reactor->get_slug() |
99 | - . '|' . wordpoints_hooks()->get_current_mode() |
|
100 | - . '|' . wp_json_encode( $reactor->reactions->get_context_id() ); |
|
99 | + . '|' . wordpoints_hooks()->get_current_mode() |
|
100 | + . '|' . wp_json_encode( $reactor->reactions->get_context_id() ); |
|
101 | 101 | } |
102 | 102 | |
103 | 103 | /** |
@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | WordPoints_Hook_ReactionI $reaction |
128 | 128 | ) { |
129 | 129 | return 'wordpoints_update_hook_reaction|' |
130 | - . wp_json_encode( $reaction->get_guid() ); |
|
130 | + . wp_json_encode( $reaction->get_guid() ); |
|
131 | 131 | } |
132 | 132 | |
133 | 133 | /** |
@@ -157,7 +157,7 @@ discard block |
||
157 | 157 | WordPoints_Hook_ReactionI $reaction |
158 | 158 | ) { |
159 | 159 | return 'wordpoints_delete_hook_reaction|' |
160 | - . wp_json_encode( $reaction->get_guid() ); |
|
160 | + . wp_json_encode( $reaction->get_guid() ); |
|
161 | 161 | } |
162 | 162 | |
163 | 163 | // |