Changeset 9240 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/18/2008 04:54:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r9238 r9240 2962 2962 $first = $first[0]; 2963 2963 echo '<div id="favorite-actions">'; 2964 echo '<div id="favorite-first"><a href="' . $first . '">' . $allowed_actions[$first] . '</a></div> ';2965 echo '<div id="favorite- action">';2964 echo '<div id="favorite-first"><a href="' . $first . '">' . $allowed_actions[$first] . '</a></div><div id="favorite-toggle"><br /></div>'; 2965 echo '<div id="favorite-inside">'; 2966 2966 2967 2967 array_shift($allowed_actions);
Note: See TracChangeset
for help on using the changeset viewer.