Ticket #17217: walkerpatch.patch
| File walkerpatch.patch, 469 bytes (added by , 15 years ago) |
|---|
-
post-template.php
1101 1101 $output .= ' selected="selected"'; 1102 1102 $output .= '>'; 1103 1103 $title = esc_html($page->post_title); 1104 $title = apply_filters( 'list_pages', $ page->post_title );1104 $title = apply_filters( 'list_pages', $title ); 1105 1105 $output .= "$pad$title"; 1106 1106 $output .= "</option>\n"; 1107 1107 }