Changes in trunk/wp-includes/post-template.php [12149:12208]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r12149 r12208 248 248 function get_the_excerpt($deprecated = '') { 249 249 global $post; 250 $output = '';251 250 $output = $post->post_excerpt; 252 251 if ( post_password_required($post) ) { … … 305 304 306 305 $classes = array(); 306 307 if ( empty($post) ) 308 return $classes; 307 309 308 310 $classes[] = 'post-' . $post->ID;
Note: See TracChangeset
for help on using the changeset viewer.