Skip to content

Commit ddb25f9

Browse files
committed
fix: undefined var typo
1 parent 3309549 commit ddb25f9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

inc/AdminScreen.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public static function prepare_event_arguments( $event ) {
296296
$parsed_args[] = array(
297297
'type' => gettype( $arg ),
298298
'msg' => wp_filter_nohtml_kses( sanitize_text_field(
299-
html_entity_decode( $arg_raw, ENT_QUOTES, 'UTF-8' )
299+
html_entity_decode( $arg, ENT_QUOTES, 'UTF-8' )
300300
) ),
301301
);
302302
}

readme.txt

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ Yes! We're offering a [custom plugin development](https://bracketspace.com/custo
101101

102102
== Changelog ==
103103

104+
= [Next] =
105+
* [Fixed] Undefined variable typo.
106+
104107
= 2.5.7 =
105108
* [Fixed] Plugin package.
106109

0 commit comments

Comments
 (0)