Changeset 6184 for branches/2.3/wp-admin/includes/template.php
- Timestamp:
- 10/03/2007 04:26:16 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.3/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-admin/includes/template.php
r6089 r6184 494 494 $current = ''; 495 495 496 echo "\n\t<option value='$item->ID'$current>$pad $item->post_title</option>";496 echo "\n\t<option value='$item->ID'$current>$pad " . wp_specialchars($item->post_title) . "</option>"; 497 497 parent_dropdown( $default, $item->ID, $level +1 ); 498 498 }
Note: See TracChangeset
for help on using the changeset viewer.