Changeset 12013
- Timestamp:
- 10/08/2009 09:37:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r11990 r12013 829 829 if ( is_front_page() && !is_paged() ) 830 830 $class = 'class="current_page_item"'; 831 $menu .= '<li ' . $class . '><a href="' . get_option('home') . '" >' . $args['link_before'] . $text . $args['link_after'] . '</a></li>';831 $menu .= '<li ' . $class . '><a href="' . get_option('home') . '" title="' . esc_attr($text) . '">' . $args['link_before'] . $text . $args['link_after'] . '</a></li>'; 832 832 // If the front page is a page, add it to the exclude list 833 833 if (get_option('show_on_front') == 'page') {
Note: See TracChangeset
for help on using the changeset viewer.