Skip to content

Commit 9d0ff8d

Browse files
crstaufbarryhughes
andauthored
escape output
Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
1 parent 691762f commit 9d0ff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/ActionScheduler_AdminView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public function add_help_tabs() {
267267
'<p>' .
268268
esc_html__( 'Action Scheduler is currently being loaded from the following location. This can be useful when debugging, or if requested by the support team.', 'action-scheduler' ) .
269269
'</p>' .
270-
'<p><code>' . $as_source . '</code></p>' .
270+
'<p><code>' . esc_html( $as_source ) . '</code></p>' .
271271
'<h3>' . esc_html__( 'WP CLI', 'action-scheduler' ) . '</h3>' .
272272
'<p>' .
273273
sprintf(

0 commit comments

Comments
 (0)