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:
Aaron Jorbin 2018-12-11 04:44:16 +00:00
parent b4d7e7a878
commit 7ec7fadfe7
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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',
);