Changes from trunk/wp-includes/post-template.php at r17292 to branches/3.1/wp-includes/post-template.php at r17685
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/post-template.php
r17292 r17685 1101 1101 $output .= ' selected="selected"'; 1102 1102 $output .= '>'; 1103 $title = esc_html($page->post_title);1104 1103 $title = apply_filters( 'list_pages', $page->post_title ); 1105 $output .= "$pad$title";1104 $output .= $pad . esc_html( $title ); 1106 1105 $output .= "</option>\n"; 1107 1106 }
Note: See TracChangeset
for help on using the changeset viewer.