Ticket #4004: Filter change.patch
| File Filter change.patch, 825 bytes (added by Dickie, 6 years ago) |
|---|
-
trunk/wp-includes/classes.php
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('wp_list_pages_title',$page->post_title, $page)) . '">' . $page->post_title . '</a>'; 518 518 519 519 if ( !empty($show_date) ) { 520 520 if ( 'modified' == $show_date )
