mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Coding Standards: Add missing semicolon to some endif keywords.
See #52627. git-svn-id: https://develop.svn.wordpress.org/trunk@50560 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2793,7 +2793,7 @@ function wp_playlist_shortcode( $attr ) {
|
||||
<div class="wp-playlist wp-<?php echo $safe_type; ?>-playlist wp-playlist-<?php echo $safe_style; ?>">
|
||||
<?php if ( 'audio' === $atts['type'] ) : ?>
|
||||
<div class="wp-playlist-current-item"></div>
|
||||
<?php endif ?>
|
||||
<?php endif; ?>
|
||||
<<?php echo $safe_type; ?> controls="controls" preload="none" width="<?php echo (int) $theme_width; ?>"
|
||||
<?php
|
||||
if ( 'video' === $safe_type ) {
|
||||
|
||||
Reference in New Issue
Block a user