Make WordPress Core

Changeset 30424


Ignore:
Timestamp:
11/20/2014 01:11:20 PM (12 years ago)
Author:
nacin
Message:

Playlists are video by default. props duck_

Merges [30422] to the 3.9 branch.

Location:
branches/3.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.9

  • branches/3.9/src/wp-includes/media.php

    r28272 r30424  
    12161216        }
    12171217
     1218        if ( $atts['type'] !== 'audio' ) {
     1219                $atts['type'] = 'video';
     1220        }
     1221
    12181222        $args = array(
    12191223                'post_status' => 'inherit',
Note: See TracChangeset for help on using the changeset viewer.