Changeset 30424
- Timestamp:
- 11/20/2014 01:11:20 PM (9 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/src/wp-includes/media.php
r28272 r30424 1216 1216 } 1217 1217 1218 if ( $atts['type'] !== 'audio' ) { 1219 $atts['type'] = 'video'; 1220 } 1221 1218 1222 $args = array( 1219 1223 'post_status' => 'inherit',
Note: See TracChangeset
for help on using the changeset viewer.