Build/Test Tools: Fix coding standards issues after [44515] and [44514].

See #44494, #43743.

Built from https://develop.svn.wordpress.org/trunk@44516


git-svn-id: http://core.svn.wordpress.org/trunk@44347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2019-01-09 12:37:49 +00:00
parent 8f5e0ae06c
commit 9bcdc25145
2 changed files with 4 additions and 4 deletions

View File

@ -358,13 +358,13 @@ endif;
$can_edit_terms = current_user_can( $tax->cap->edit_terms );
if ( $can_edit_terms ) {
?>
?>
<div id="col-container" class="wp-clearfix">
<div id="col-left">
<div class="col-wrap">
<?php
<?php
if ( 'category' == $taxonomy ) {
/**
* Fires before the Add Category form.
@ -616,7 +616,7 @@ endif;
do_action( "after-{$taxonomy}-table", $taxonomy );
if ( $can_edit_terms ) {
?>
?>
</div>
</div><!-- /col-right -->

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44515';
$wp_version = '5.1-alpha-44516';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.