From 9bcdc25145f0184b50a76ed126f6eaf3498761a2 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 9 Jan 2019 12:37:49 +0000 Subject: [PATCH] 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 --- wp-admin/edit-tags.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 998c06e3c3..80af12c435 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -358,13 +358,13 @@ endif; $can_edit_terms = current_user_can( $tax->cap->edit_terms ); if ( $can_edit_terms ) { -?> + ?>
- + ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php index 5ad11f4e93..2ad0999cb7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.