diff --git a/wp-config-sample.php b/wp-config-sample.php index aa10cf6ced..a93e572fcb 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -83,11 +83,7 @@ define( 'WP_DEBUG', false ); -/** - * Custom Values must appear above this line. - * - * That's all, stop editing! Happy publishing. - */ +/** Custom Values must appear above this line. That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 8f6871f361..0f35800a6a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50916'; +$wp_version = '5.8-alpha-50917'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.