1536ef3d40
git-svn-id: https://develop.svn.wordpress.org/trunk@1596 602fd350-edb4-49c9-b593-d223f7449a82
12 lines
279 B
PHP
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; ?>
|