WordPress/wp-admin/options-head.php

12 lines
279 B
PHP
Raw Normal View History

<?php
if ($user_level <= 6) {
die( __('You have do not have sufficient permissions to edit the options for this blog.') );
}
?>
<br clear="all" />
<?php if (isset($updated)) : ?>
<div class="updated"><p><strong><?php _e('Options saved.') ?></strong></p></div>
<?php endif; ?>