From 6eac4cdfd4ce70d0a2cbb37ab9369b0f8b6dfc48 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 15 May 2008 17:43:29 +0000 Subject: 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 --- wp-admin/wpmu-options.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'wp-admin/wpmu-options.php') diff --git a/wp-admin/wpmu-options.php b/wp-admin/wpmu-options.php index 6466071..720c100 100644 --- a/wp-admin/wpmu-options.php +++ b/wp-admin/wpmu-options.php @@ -130,6 +130,13 @@ if (isset($_GET['updated'])) { KB + + +
+
+ domain . $current_site->path . 'feed/' ) + echo __( "A good one to use would be the feed from your main blog: " ) . 'http://' . $current_site->domain . $current_site->path . 'feed/'; ?> +

-- cgit