Changeset 5433 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/reference/template-methods.php
- Timestamp:
- 04/29/2017 02:55:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/reference/template-methods.php
r3660 r5433 24 24 echo substr( $title, $pos ); 25 25 ?></a> 26 <?php if ( $excerpt = apply_filters( 'get_the_excerpt', $child->post_excerpt ) ) {26 <?php if ( $excerpt = apply_filters( 'get_the_excerpt', $child->post_excerpt, $child ) ) { 27 27 echo '— ' . sanitize_text_field( $excerpt ); 28 28 } ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)