Make WordPress Core

Changeset 1273 in tests


Ignore:
Timestamp:
04/28/2013 12:02:18 AM (11 years ago)
Author:
maxcutler
Message:

Fixed unit test broken by [22960].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/media.php

    r1270 r1273  
    328328
    329329        $post_id = $this->factory->post->create( array( 'post_content' => $blob ) );
    330         $galleries = get_content_galleries( get_post_field( 'post_content', $post_id ) );
     330        $galleries = get_content_galleries( get_post_field( 'post_content', $post_id ), false );
    331331        $expected = array(
    332332            array( 'ids' => $ids1_joined, 'src' => $ids1_srcs ),
Note: See TracChangeset for help on using the changeset viewer.