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 '
' . $allowed_actions[$first] . '
'; + echo '
' . $allowed_actions[$first] . '
'; echo '
'; array_shift($allowed_actions);