~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to wp-includes/media-template.php

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-06-11 22:33:48 UTC
  • mfrom: (1.2.36)
  • Revision ID: package-import@ubuntu.com-20140611223348-6c6cr7n694bz8p1g
Tags: 3.9.1+dfsg-1
* New upstream release
* Use system CA certificate file Closes: #748965

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
function wp_underscore_audio_template() {
17
17
        $audio_types = wp_get_audio_extensions();
18
18
?>
19
 
<audio controls
 
19
<audio style="visibility: hidden"
 
20
        controls
20
21
        class="wp-audio-shortcode"
21
22
        width="{{ _.isUndefined( data.model.width ) ? 400 : data.model.width }}"
22
23
        preload="{{ _.isUndefined( data.model.preload ) ? 'none' : data.model.preload }}"
853
854
                                </div>
854
855
 
855
856
                                <label class="setting checkbox-setting">
 
857
                                        <input type="checkbox" data-setting="autoplay" />
856
858
                                        <span><?php _e( 'Autoplay' ); ?></span>
857
 
                                        <input type="checkbox" data-setting="autoplay" />
858
859
                                </label>
859
860
 
860
861
                                <label class="setting checkbox-setting">
 
862
                                        <input type="checkbox" data-setting="loop" />
861
863
                                        <span><?php _e( 'Loop' ); ?></span>
862
 
                                        <input type="checkbox" data-setting="loop" />
863
864
                                </label>
864
 
                                <div class="clear"></div>
865
865
                        </div>
866
866
                </div>
867
867
        </script>
944
944
                                </div>
945
945
 
946
946
                                <label class="setting checkbox-setting">
 
947
                                        <input type="checkbox" data-setting="autoplay" />
947
948
                                        <span><?php _e( 'Autoplay' ); ?></span>
948
 
                                        <input type="checkbox" data-setting="autoplay" />
949
949
                                </label>
950
950
 
951
951
                                <label class="setting checkbox-setting">
 
952
                                        <input type="checkbox" data-setting="loop" />
952
953
                                        <span><?php _e( 'Loop' ); ?></span>
953
 
                                        <input type="checkbox" data-setting="loop" />
954
954
                                </label>
955
 
                                <div class="clear"></div>
956
955
 
957
956
                                <label class="setting" data-setting="content">
958
957
                                        <span><?php _e( 'Tracks (subtitles, captions, descriptions, chapters, or metadata)' ); ?></span>