Changeset 9484 for trunk/wp-includes/classes.php
- Timestamp:
- 11/03/2008 06:07:39 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r9299 r9484 1169 1169 } 1170 1170 1171 $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>';1171 $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_page_link($page->ID) . '" title="' . attribute_escape(apply_filters('the_title', $page->post_title)) . '">' . $link_before . apply_filters('the_title', $page->post_title) . $link_after . '</a>'; 1172 1172 1173 1173 if ( !empty($show_date) ) {
Note: See TracChangeset
for help on using the changeset viewer.