From a712f4be635bba5bf874b02b4e66ea172c06a433 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 14 Oct 2008 07:49:29 +0000 Subject: [PATCH] Fix link for first item in fav actions. Props DD32 git-svn-id: https://develop.svn.wordpress.org/trunk@9160 602fd350-edb4-49c9-b593-d223f7449a82 --- 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);