Files
sportspress/includes/admin/views/html-notice-no-access.php
Brian Miyaji 23ba2446b1 Escape outputs
2021-11-13 20:42:08 +09:00

9 lines
207 B
PHP

<?php
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<div id="message" class="error">
<p><?php esc_attr_e( 'You are not allowed to edit this item.', 'sportspress' ); ?></p>
</div>