PHPCS: Fix errors
Fix errors introduced in [43973] due to Jorbin not running the correct tag of wpcs. Unprops jorbin. Built from https://develop.svn.wordpress.org/trunk@43976 git-svn-id: http://core.svn.wordpress.org/trunk@43808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
003c3093a8
commit
99836a26c2
|
@ -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',
|
||||
);
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.1-alpha-43975';
|
||||
$wp_version = '5.1-alpha-43976';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue