Changeset 18739
- Timestamp:
- 09/21/2011 08:04:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r18712 r18739 1043 1043 $css_class = implode(' ', apply_filters('page_css_class', $css_class, $page)); 1044 1044 1045 $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_permalink($page->ID) . '" title="' . esc_attr( wp_strip_all_tags( apply_filters( 'the_title', $page->post_title, $page->ID ) ) ) . '">' . $link_before . apply_filters( 'the_title', $page->post_title, $page->ID ) . $link_after . '</a>';1045 $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_permalink($page->ID) . '">' . $link_before . apply_filters( 'the_title', $page->post_title, $page->ID ) . $link_after . '</a>'; 1046 1046 1047 1047 if ( !empty($show_date) ) {
Note: See TracChangeset
for help on using the changeset viewer.