We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3309549 commit ddb25f9Copy full SHA for ddb25f9
inc/AdminScreen.php
@@ -296,7 +296,7 @@ public static function prepare_event_arguments( $event ) {
296
$parsed_args[] = array(
297
'type' => gettype( $arg ),
298
'msg' => wp_filter_nohtml_kses( sanitize_text_field(
299
- html_entity_decode( $arg_raw, ENT_QUOTES, 'UTF-8' )
+ html_entity_decode( $arg, ENT_QUOTES, 'UTF-8' )
300
) ),
301
);
302
}
readme.txt
@@ -101,6 +101,9 @@ Yes! We're offering a [custom plugin development](https://bracketspace.com/custo
101
102
== Changelog ==
103
104
+= [Next] =
105
+* [Fixed] Undefined variable typo.
106
+
107
= 2.5.7 =
108
* [Fixed] Plugin package.
109
0 commit comments