Make WordPress Core


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

Playlists are video by default. props duck_

Merges [30422] to the 4.0 branch.

Location:
branches/4.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.0

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

    r30261 r30423  
    12481248        }
    12491249
     1250        if ( $atts['type'] !== 'audio' ) {
     1251                $atts['type'] = 'video';
     1252        }
     1253
    12501254        $args = array(
    12511255                'post_status' => 'inherit',
Note: See TracChangeset for help on using the changeset viewer.