diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index bd47b37ce6..ade91d741a 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -75,7 +75,7 @@ function delete_theme( $stylesheet, $redirect = '' ) { /** * Fires immediately before a theme deletion attempt. * - * @since 5.8 + * @since 5.8.0 * * @param string $stylesheet Stylesheet of the theme to delete. */ @@ -88,7 +88,7 @@ function delete_theme( $stylesheet, $redirect = '' ) { /** * Fires immediately after a theme deletion attempt. * - * @since 5.8 + * @since 5.8.0 * * @param string $stylesheet Stylesheet of the theme to delete. * @param bool $deleted Whether the theme deletion was successful. diff --git a/wp-includes/version.php b/wp-includes/version.php index 1dc4c20252..9c8c825fff 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50826'; +$wp_version = '5.8-alpha-50827'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.