We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0e0a6 commit 48a0899Copy full SHA for 48a0899
inc/admin/welcome-screen/welcome-screen.php
@@ -124,7 +124,7 @@ public function shapely_dismiss_required_action_callback() {
124
125
$action_id = ( isset( $_GET['id'] ) ) ? $_GET['id'] : 0;
126
127
- echo $action_id; /* this is needed and it's the id of the dismissable required action */
+ echo esc_html( $action_id ); /* this is needed and it's the id of the dismissable required action */
128
129
if ( ! empty( $action_id ) ):
130
0 commit comments