Changeset 12208 for trunk/wp-includes/post-template.php
- Timestamp:
- 11/18/2009 09:04:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r12194 r12208 304 304 305 305 $classes = array(); 306 307 if ( empty($post) ) 308 return $classes; 306 309 307 310 $classes[] = 'post-' . $post->ID;
Note: See TracChangeset
for help on using the changeset viewer.