Changeset 14104 for trunk/wp-includes/classes.php
- Timestamp:
- 04/16/2010 01:49:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r14031 r14104 1299 1299 $css_class = implode(' ', apply_filters('page_css_class', $css_class, $page)); 1300 1300 1301 $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_page_link($page->ID) . '" title="' . esc_attr( apply_filters('the_title', $page->post_title)) . '">' . $link_before . apply_filters('the_title', $page->post_title) . $link_after . '</a>';1301 $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_page_link($page->ID) . '" title="' . esc_attr( wp_strip_all_tags( apply_filters( 'the_title', $page->post_title ) ) ) . '">' . $link_before . apply_filters( 'the_title', $page->post_title ) . $link_after . '</a>'; 1302 1302 1303 1303 if ( !empty($show_date) ) {
Note: See TracChangeset
for help on using the changeset viewer.