Changeset 25868 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 10/22/2013 05:21:32 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r25745 r25868 1072 1072 $page->post_title = sprintf( __( '#%d (no title)' ), $page->ID ); 1073 1073 1074 /** This filter is documented in wp-includes/post-template.php */ 1074 1075 $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_permalink($page->ID) . '">' . $link_before . apply_filters( 'the_title', $page->post_title, $page->ID ) . $link_after . '</a>'; 1075 1076
Note: See TracChangeset
for help on using the changeset viewer.