Changeset 16138
- Timestamp:
- 11/01/2010 06:05:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r16100 r16138 328 328 $classes[] = 'type-' . $post->post_type; 329 329 330 // post requires password 331 if ( post_password_required($post->ID) ) 332 $classes[] = 'post-password-required'; 333 330 334 // sticky for Sticky Posts 331 335 if ( is_sticky($post->ID) && is_home() && !is_paged() ) 332 336 $classes[] = 'sticky'; 333 337 334 // hentry for hAtom complia ce338 // hentry for hAtom compliance 335 339 $classes[] = 'hentry'; 336 340
Note: See TracChangeset
for help on using the changeset viewer.