Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thelastpoet committed Aug 4, 2023
1 parent 357704a commit 59a53f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/partials/manuel-image-stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function extra_tablenav($which) {
<div class="wrap">
<h1><?php esc_html_e( 'Removed Images List', 'manuel' ); ?></h1>
<form id="posts-filter" method="get">
<input type="hidden" name="page" value="<?php echo $_REQUEST['page'] ?>" />
<input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']) ?>" />
<?php
$ImagesTable->display();
?>
Expand Down

0 comments on commit 59a53f8

Please sign in to comment.