WordPress/wp-admin/options-head.php
saxmatt 6b43f65c25 Remove optiongroups table.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1596 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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; ?>