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
This commit is contained in:
parent
d68573a562
commit
eaab696f0f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue