Changeset 15587 for trunk/wp-includes/classes.php
- Timestamp:
- 09/07/2010 04:31:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r15586 r15587 1203 1203 $css_class = implode(' ', apply_filters('page_css_class', $css_class, $page)); 1204 1204 1205 $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_p age_link($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>';1205 $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>'; 1206 1206 1207 1207 if ( !empty($show_date) ) {
Note: See TracChangeset
for help on using the changeset viewer.