Changeset 30423 for branches/4.0/src/wp-includes/media.php
- Timestamp:
- 11/20/2014 01:11:05 PM (9 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/wp-includes/media.php
r30261 r30423 1248 1248 } 1249 1249 1250 if ( $atts['type'] !== 'audio' ) { 1251 $atts['type'] = 'video'; 1252 } 1253 1250 1254 $args = array( 1251 1255 'post_status' => 'inherit',
Note: See TracChangeset
for help on using the changeset viewer.