Changeset 9160

Show
Ignore:
Timestamp:
10/14/08 07:49:29 (2 months ago)
Author:
ryan
Message:

Fix link for first item in fav actions. Props DD32

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/includes/template.php

    r9157 r9160  
    29532953    $first = $first[0]; 
    29542954    echo '<div id="favorite-actions">'; 
    2955     echo '<div id="favorite-first"><a href="$first">' . $allowed_actions[$first] . '</a></div>'; 
     2955    echo '<div id="favorite-first"><a href="' . $first . '">' . $allowed_actions[$first] . '</a></div>'; 
    29562956    echo '<div id="favorite-action">'; 
    29572957