Files
sportspress/includes/admin/views/html-notice-no-access.php
2016-06-15 12:45:19 +10:00

6 lines
193 B
PHP

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