Escape outputs

This commit is contained in:
Brian Miyaji
2021-11-13 20:42:08 +09:00
parent 051d3e3055
commit 23ba2446b1
190 changed files with 2837 additions and 2837 deletions

View File

@@ -4,5 +4,5 @@ if ( ! defined( 'ABSPATH' ) ) {
}
?>
<div id="message" class="error">
<p><?php _e( 'You are not allowed to edit this item.', 'sportspress' ); ?></p>
<p><?php esc_attr_e( 'You are not allowed to edit this item.', 'sportspress' ); ?></p>
</div>