mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user