Changeset 9160
- Timestamp:
- 10/14/08 07:49:29 (2 months ago)
- Files:
-
- trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/template.php
r9157 r9160 2953 2953 $first = $first[0]; 2954 2954 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>'; 2956 2956 echo '<div id="favorite-action">'; 2957 2957
