summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-options.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-17 15:37:10 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-17 15:37:10 +0000
commiteefcfdd4dd76eb2eadd852e7fa7268f225bfc943 (patch)
tree6a8b5aaa987f0552250fcc8a07c55040e38cdda5 /wp-admin/wpmu-options.php
parent967ed843087b9a1058fba902eefa4e407035afb2 (diff)
downloadwordpress-mu-eefcfdd4dd76eb2eadd852e7fa7268f225bfc943.tar.gz
wordpress-mu-eefcfdd4dd76eb2eadd852e7fa7268f225bfc943.tar.xz
wordpress-mu-eefcfdd4dd76eb2eadd852e7fa7268f225bfc943.zip
nonce the site admin options page.
Add site_admins to the main blog git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@679 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-options.php')
-rw-r--r--wp-admin/wpmu-options.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-admin/wpmu-options.php b/wp-admin/wpmu-options.php
index bded6ea..76596cc 100644
--- a/wp-admin/wpmu-options.php
+++ b/wp-admin/wpmu-options.php
@@ -17,6 +17,7 @@ if (isset($_GET['updated'])) {
<div class="wrap">
<h2><?php _e('Site Options') ?></h2>
<form name="form1" method="post" action="wpmu-edit.php?action=siteoptions">
+ <?php wp_nonce_field('siteoptions') ?>
<fieldset class="options">
<legend><?php _e('Operational Settings <em>(These settings cannot be modified by blog owners)</em>') ?></legend>
<table width="100%" cellspacing="2" cellpadding="5" class="editform">