Forums
(@shudubear)
18 years, 5 months ago
To make it prettier you can change
echo "<div class='wrap'><h2>Restricted area</h2></div>"; include('admin-footer.php'); die();
to
wp_die( __( 'Your level is not high enough to view comments.' ) );
🙂