Changeset 30422
- Timestamp:
- 11/20/2014 01:10:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r30342 r30422 1227 1227 $id = intval( $atts['id'] ); 1228 1228 1229 if ( $atts['type'] !== 'audio' ) { 1230 $atts['type'] = 'video'; 1231 } 1232 1229 1233 $args = array( 1230 1234 'post_status' => 'inherit',
Note: See TracChangeset
for help on using the changeset viewer.