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
This commit is contained in:
Ryan Boren 2008-10-14 07:49:29 +00:00
parent 4d314d124f
commit a712f4be63
1 changed files with 1 additions and 1 deletions

View File

@ -2952,7 +2952,7 @@ function favorite_actions() {
$first = array_keys($allowed_actions);
$first = $first[0];
echo '<div id="favorite-actions">';
echo '<div id="favorite-first"><a href="$first">' . $allowed_actions[$first] . '</a></div>';
echo '<div id="favorite-first"><a href="' . $first . '">' . $allowed_actions[$first] . '</a></div>';
echo '<div id="favorite-action">';
array_shift($allowed_actions);