Make WordPress Core

Changeset 1148 in tests for trunk/tests/post/formats.php


Ignore:
Timestamp:
11/21/2012 03:01:28 PM (13 years ago)
Author:
ryan
Message:

Pinking shears and eol-style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/post/formats.php

    r1143 r1148  
    5555        $format = get_post_format( $post_id );
    5656        $this->assertEquals( 'aside', $format );
    57        
     57
    5858        $result = set_post_format( $post_id, 'standard' );
    5959        $this->assertNotInstanceOf( 'WP_Error', $result );
Note: See TracChangeset for help on using the changeset viewer.