summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-edit.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-15 17:43:29 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-15 17:43:29 +0000
commit6eac4cdfd4ce70d0a2cbb37ab9369b0f8b6dfc48 (patch)
tree0b06bd4dfd7bd9c610a5f635ca2826be35807760 /wp-admin/wpmu-edit.php
parent5dbc4a0b5bbf235830a38b2cfab07c46a7a9c2eb (diff)
downloadwordpress-mu-6eac4cdfd4ce70d0a2cbb37ab9369b0f8b6dfc48.tar.gz
wordpress-mu-6eac4cdfd4ce70d0a2cbb37ab9369b0f8b6dfc48.tar.xz
wordpress-mu-6eac4cdfd4ce70d0a2cbb37ab9369b0f8b6dfc48.zip
Admin Notice Feed allows the site_admin to display a feed to all blogs on an MU site. Esp. useful for an announcements blog.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1292 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/wpmu-edit.php')
-rw-r--r--wp-admin/wpmu-edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-admin/wpmu-edit.php b/wp-admin/wpmu-edit.php
index 173286f..baec3a3 100644
--- a/wp-admin/wpmu-edit.php
+++ b/wp-admin/wpmu-edit.php
@@ -67,6 +67,7 @@ switch( $_GET['action'] ) {
update_site_option( "first_post", $_POST['first_post'] );
update_site_option( "welcome_email", $_POST['welcome_email'] );
update_site_option( "fileupload_maxk", $_POST['fileupload_maxk'] );
+ update_site_option( "admin_notice_feed", clean_url( $_POST['admin_notice_feed'] ) );
$site_admins = explode( ' ', str_replace( ",", " ", $_POST['site_admins'] ) );
if ( is_array( $site_admins ) ) {