mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
08fbc025c7
commit
a5c25ded41
@ -1366,4 +1366,4 @@ function get_template_hierarchy( $slug, $is_custom = false, $template_prefix = '
|
||||
$template_hierarchy[] = 'index';
|
||||
|
||||
return $template_hierarchy;
|
||||
};
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user