Make WordPress Core

Ticket #46103: 46103.3.diff

File 46103.3.diff, 1.4 KB (added by sabernhardt, 3 years ago)

refresh, from root directory

  • src/wp-includes/media-template.php

     
    2828        if ( ! _.isUndefined( data.model.<?php echo $attr; ?> ) && data.model.<?php echo $attr; ?> ) {
    2929                #> <?php echo $attr; ?><#
    3030        }
    31         <?php endforeach ?>#>
     31        <?php endforeach; ?>#>
    3232>
    3333        <# if ( ! _.isEmpty( data.model.src ) ) { #>
    3434        <source src="{{ data.model.src }}" type="{{ wp.media.view.settings.embedMimes[ data.model.src.split('.').pop() ] }}" />
     
    123123        if ( ! _.isUndefined( data.model.<?php echo $attr; ?> ) && data.model.<?php echo $attr; ?> ) {
    124124                #> <?php echo $attr; ?><#
    125125        }
    126         <?php endforeach ?>#>
     126        <?php endforeach; ?>#>
    127127>
    128128        <# if ( ! _.isEmpty( data.model.src ) ) {
    129129                if ( isYouTube ) { #>
     
    12771277                                        <button type="button" class="button-link remove-setting"><?php _e( 'Remove audio source' ); ?></button>
    12781278                                </span>
    12791279                                <# } #>
    1280                                 <?php endforeach ?>
     1280                                <?php endforeach; ?>
    12811281
    12821282                                <# if ( ! _.isEmpty( html5types ) ) { #>
    12831283                                <fieldset class="setting-group">
     
    13671367                                        <button type="button" class="button-link remove-setting"><?php _e( 'Remove video source' ); ?></button>
    13681368                                </span>
    13691369                                <# } #>
    1370                                 <?php endforeach ?>
     1370                                <?php endforeach; ?>
    13711371                                </div>
    13721372
    13731373                                <# if ( ! _.isEmpty( html5types ) ) { #>