Ticket #4177: 4177.diff
File 4177.diff, 448 bytes (added by , 17 years ago) |
---|
-
wp-includes/post-template.php
129 129 return apply_filters('get_the_excerpt', $output); 130 130 } 131 131 132 function has_excerpt( $id = 0 ) { 133 $post = &get_post( $id ); 134 return ( !empty( $post->post_excerpt ) ); 135 } 132 136 133 137 function wp_link_pages($args = '') { 134 138 global $post;