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
This commit is contained in:
Sergey Biryukov 2022-11-30 17:36:13 +00:00
parent 08fbc025c7
commit a5c25ded41
2 changed files with 2 additions and 2 deletions

View File

@ -1366,4 +1366,4 @@ function get_template_hierarchy( $slug, $is_custom = false, $template_prefix = '
$template_hierarchy[] = 'index';
return $template_hierarchy;
};
}

View File

@ -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.