Changeset 1273 in tests
- Timestamp:
- 04/28/2013 12:02:18 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/media.php
r1270 r1273 328 328 329 329 $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 ); 331 331 $expected = array( 332 332 array( 'ids' => $ids1_joined, 'src' => $ids1_srcs ),
Note: See TracChangeset
for help on using the changeset viewer.