Clean up spaces, tabs, indentation, and bracket formatting
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
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>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user