Make WordPress Core


Ignore:
Timestamp:
02/27/2014 09:37:36 PM (11 years ago)
Author:
wonderboymusic
Message:

Some playlist cleanup:

  • Check properties against the window object when using _.isUndefined() on globals
  • Fix a typo for $safe_type introduced in [27311]

See #26631.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r27318 r27320  
    11181118    $data['tracks'] = $tracks;
    11191119
    1120     $safe_type = esc_attr( $safe_type );
     1120    $safe_type = esc_attr( $type );
    11211121    $safe_style = esc_attr( $style );
    11221122
Note: See TracChangeset for help on using the changeset viewer.