From 3395d3920ff7fb11563d22b288316b8e751c126c Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 30 Jun 2006 15:18:13 +0000 Subject: Added Simple Pie RSS aggregator library Added Friends aggregator (experimental) Added category dropdown to edit links form. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@619 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/menu.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wp-admin/menu.php') diff --git a/wp-admin/menu.php b/wp-admin/menu.php index b9571a0..6edff3e 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -23,6 +23,9 @@ else $menu[40] = array(__('Options'), 'manage_options', 'options-general.php'); +$submenu['index.php'][5] = array(__('Dashboard'), 'read', 'index.php'); +$submenu['index.php'][10] = array(__('Friends'), 'manage_links', 'friends.php'); + $submenu['post-new.php'][5] = array(__('Write Post'), 'edit_posts', 'post-new.php'); $submenu['post-new.php'][10] = array(__('Write Page'), 'edit_pages', 'page-new.php'); -- cgit