diff --git a/wp-includes/default-constants.php b/wp-includes/default-constants.php index e6c23b6a0f..dfa3129b84 100644 --- a/wp-includes/default-constants.php +++ b/wp-includes/default-constants.php @@ -305,7 +305,7 @@ function wp_cookie_constants() { } /** - * Defines cookie related WordPress constants + * Defines SSL-related WordPress constants. * * @since 3.0.0 */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 65b0d64fe5..a221f157f1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42682'; +$wp_version = '5.0-alpha-42683'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.