Make WordPress Core

Changeset 16693


Ignore:
Timestamp:
12/02/2010 09:24:41 PM (13 years ago)
Author:
markjaquith
Message:

Another s/default/standard/. see #15582

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-template.php

    r16539 r16693  
    335335        $classes[] = 'format-' . sanitize_html_class( $post_format );
    336336    else
    337         $classes[] = 'format-default';
     337        $classes[] = 'format-standard';
    338338
    339339    // post requires password
     
    436436            $classes[] = 'single-format-' . sanitize_html_class( $post_format );
    437437        else
    438             $classes[] = 'single-format-default';
     438            $classes[] = 'single-format-standard';
    439439
    440440        if ( is_attachment() ) {
Note: See TracChangeset for help on using the changeset viewer.