diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index f822e57cf2..91e92995ec 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -66,7 +66,7 @@ function delete_theme( $stylesheet, $redirect = '' ) { return new WP_Error( 'fs_error', __( 'Filesystem error.' ), $wp_filesystem->errors ); } - // Get the base plugin folder. + // Get the base theme folder. $themes_dir = $wp_filesystem->wp_themes_dir(); if ( empty( $themes_dir ) ) { return new WP_Error( 'fs_no_themes_dir', __( 'Unable to locate WordPress theme directory.' ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 76fafe871d..7b69b5f6bf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57279'; +$wp_version = '6.5-alpha-57280'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.