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:
parent
8f5e0ae06c
commit
9bcdc25145
|
@ -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 -->
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue