Changeset 36175
- Timestamp:
- 01/05/2016 04:34:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-page.php
r36069 r36175 132 132 $args['link_after'] = empty( $args['link_after'] ) ? '' : $args['link_after']; 133 133 134 /** This filter is documented in wp-includes/post-template.php */135 134 $output .= $indent . sprintf( 136 135 '<li class="%s"><a href="%s">%s%s%s</a>', … … 138 137 get_permalink( $page->ID ), 139 138 $args['link_before'], 139 /** This filter is documented in wp-includes/post-template.php */ 140 140 apply_filters( 'the_title', $page->post_title, $page->ID ), 141 141 $args['link_after']
Note: See TracChangeset
for help on using the changeset viewer.