Changeset 8642
- Timestamp:
- 08/13/2008 09:59:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r8641 r8642 176 176 $post = get_post($post_id); 177 177 178 $classes = array(); 179 178 180 $classes[] = $post->post_type; 179 181 182 // sticky for Sticky Posts 180 183 if ( is_sticky($post->ID) ) 181 184 $classes[] = 'sticky';
Note: See TracChangeset
for help on using the changeset viewer.