Changeset 16693
- Timestamp:
- 12/02/2010 09:24:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r16539 r16693 335 335 $classes[] = 'format-' . sanitize_html_class( $post_format ); 336 336 else 337 $classes[] = 'format- default';337 $classes[] = 'format-standard'; 338 338 339 339 // post requires password … … 436 436 $classes[] = 'single-format-' . sanitize_html_class( $post_format ); 437 437 else 438 $classes[] = 'single-format- default';438 $classes[] = 'single-format-standard'; 439 439 440 440 if ( is_attachment() ) {
Note: See TracChangeset
for help on using the changeset viewer.