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