From a5c25ded416b833d2c935458df1eb98f89fee88f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 30 Nov 2022 17:36:13 +0000 Subject: [PATCH] Coding Standards: Remove redundant semicolon after `get_template_hierarchy()`. Follow-up to [54269]. Props jrf. See #56791. Built from https://develop.svn.wordpress.org/trunk@54916 git-svn-id: http://core.svn.wordpress.org/trunk@54468 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/block-template-utils.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/block-template-utils.php b/wp-includes/block-template-utils.php index f4958050c6..3b57d9afa4 100644 --- a/wp-includes/block-template-utils.php +++ b/wp-includes/block-template-utils.php @@ -1366,4 +1366,4 @@ function get_template_hierarchy( $slug, $is_custom = false, $template_prefix = ' $template_hierarchy[] = 'index'; return $template_hierarchy; -}; +} diff --git a/wp-includes/version.php b/wp-includes/version.php index ff70fce288..00bf940fb5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54915'; +$wp_version = '6.2-alpha-54916'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.