Ticket #4004: 4004.diff
| File 4004.diff, 0.8 kB (added by rob1n, 2 years ago) |
|---|
-
wp-includes/classes.php
old new 514 514 elseif ( $_current_page && $page->ID == $_current_page->post_parent ) 515 515 $css_class .= ' current_page_parent'; 516 516 517 $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_page_link($page->ID) . '" title="' . attribute_escape( $page->post_title) . '">' . $page->post_title . '</a>';517 $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_page_link($page->ID) . '" title="' . attribute_escape(apply_filters('walker_page_title', $page->post_title)) . '">' . $page->post_title . '</a>'; 518 518 519 519 if ( !empty($show_date) ) { 520 520 if ( 'modified' == $show_date )
