Skip to content

Commit

Permalink
Playground plugin: escape admin url
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrgicak committed Mar 29, 2024
1 parent 16a3c4d commit 1477228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/templates/playground-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
);
?>
</span>
<a href="<?php echo admin_url(); ?>" id="goBack">
<a href="<?php echo esc_url(admin_url()); ?>" id="goBack">
<?php esc_attr_e('Go Back', 'playground'); ?>
</a>
</div>
Expand Down

0 comments on commit 1477228

Please sign in to comment.