PHPCS: Fix errors
Fix errors introduced in [43973] due to Jorbin not running the correct tag of wpcs. Unprops jorbin. git-svn-id: https://develop.svn.wordpress.org/trunk@43976 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b4d7e7a878
commit
7ec7fadfe7
@ -1256,7 +1256,7 @@ function do_accordion_sections( $screen, $context, $object ) {
|
||||
|
||||
$page = $screen->id;
|
||||
|
||||
$hidden = get_hidden_meta_boxes( $screen );
|
||||
$hidden = get_hidden_meta_boxes( $screen );
|
||||
?>
|
||||
<div id="side-sortables" class="accordion-container">
|
||||
<ul class="outer-border">
|
||||
|
@ -96,7 +96,7 @@ function wp_underscore_video_template() {
|
||||
<# if ( w ) { #>width="{{ w }}"<# } #>
|
||||
<# if ( h ) { #>height="{{ h }}"<# } #>
|
||||
<?php
|
||||
$props = array(
|
||||
$props = array(
|
||||
'poster' => '',
|
||||
'preload' => 'metadata',
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user