Changeset 5164
- Timestamp:
- 04/01/07 15:40:50 (1 year ago)
- Files:
-
- trunk/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/classes.php
r5149 r5164 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('the_title', $page->post_title)) . '">' . apply_filters('the_title', $page->post_title) . '</a>'; 518 518 519 519 if ( !empty($show_date) ) {
