Changeset 18818 for trunk/wp-includes/post-template.php
- Timestamp:
- 09/29/2011 09:21:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r18739 r18818 1108 1108 $output .= ' selected="selected"'; 1109 1109 $output .= '>'; 1110 $title = apply_filters( 'list_pages', $page->post_title );1110 $title = apply_filters( 'list_pages', $page->post_title, $page ); 1111 1111 $output .= $pad . esc_html( $title ); 1112 1112 $output .= "</option>\n";
Note: See TracChangeset
for help on using the changeset viewer.