Make WordPress Core


Ignore:
Timestamp:
12/12/2004 06:31:01 AM (22 years ago)
Author:
saxmatt
Message:

More HTML error fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-functions.php

    r1935 r1938  
    635635                                $current = '';
    636636
    637                         echo "\n\t<option value='$item->ID'$current>$pad $item->post_title</a></option>";
     637                        echo "\n\t<option value='$item->ID'$current>$pad $item->post_title</option>";
    638638                        parent_dropdown($default, $item->ID, $level + 1);
    639639                }
Note: See TracChangeset for help on using the changeset viewer.