From 17828647fe869d96844afcb5d8d1dfc8cf0ba2ad Mon Sep 17 00:00:00 2001 From: nacin Date: Sun, 14 Feb 2010 14:08:36 +0000 Subject: [PATCH] Fix notice in ms-options.php. See #11644 git-svn-id: http://svn.automattic.com/wordpress/trunk@13154 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/ms-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/ms-options.php b/wp-admin/ms-options.php index 10b19e969..15f6ae29f 100644 --- a/wp-admin/ms-options.php +++ b/wp-admin/ms-options.php @@ -280,7 +280,7 @@ if (isset($_GET['updated'])) { $menu_perms = get_site_option( 'menu_items' ); $menu_items = apply_filters( 'mu_menu_items', array('plugins' => __('Plugins')) ); foreach ( (array) $menu_items as $key => $val ) { - echo "" . esc_html($val) . ""; + echo "" . esc_html($val) . ""; } ?>