From eaab696f0f517c6bb696f22eaa827a3ad70f13d4 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 14 Oct 2008 07:49:29 +0000 Subject: [PATCH] Fix link for first item in fav actions. Props DD32 git-svn-id: http://svn.automattic.com/wordpress/trunk@9160 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 3935ddfd73..2acf9b3e14 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -2952,7 +2952,7 @@ function favorite_actions() { $first = array_keys($allowed_actions); $first = $first[0]; echo '
'; - echo ''; + echo ''; echo '
'; array_shift($allowed_actions);