Make WordPress Core


Ignore:
Timestamp:
03/21/2021 01:03:14 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Add missing semicolon to some endif keywords.

See #52627.

File:
1 edited

Legend:

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

    r50552 r50560  
    27942794    <?php if ( 'audio' === $atts['type'] ) : ?>
    27952795        <div class="wp-playlist-current-item"></div>
    2796     <?php endif ?>
     2796    <?php endif; ?>
    27972797    <<?php echo $safe_type; ?> controls="controls" preload="none" width="<?php echo (int) $theme_width; ?>"
    27982798        <?php
Note: See TracChangeset for help on using the changeset viewer.