Wordpress/wp-admin/options-head.php
Matt Mullenweg 1536ef3d40 Remove optiongroups table.
git-svn-id: https://develop.svn.wordpress.org/trunk@1596 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-04 22:09:21 +00:00

12 lines
279 B
PHP

<?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; ?>