Changeset 1303 in tests
- Timestamp:
- 07/05/2013 08:37:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/media.php
r1299 r1303 192 192 ) ); 193 193 194 $images = get_attached_ images($post_id );194 $images = get_attached_media( 'image', $post_id ); 195 195 $this->assertEquals( $images, array( $attachment_id => get_post( $attachment_id ) ) ); 196 196 }
Note: See TracChangeset
for help on using the changeset viewer.