From f7fc7542205c6c82a14f2f458123473be2210078 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 10 Nov 2024 21:36:19 +0000 Subject: [PATCH] Docs: Add file header DocBlock for `wp-signup.php`. Follow-up to [https://mu.trac.wordpress.org/changeset/543 mu:543], [https://mu.trac.wordpress.org/changeset/557 mu:557], [12603]. Props jdahir0789, apermo, aboelfotoh. Fixes #62254. Built from https://develop.svn.wordpress.org/trunk@59378 git-svn-id: http://core.svn.wordpress.org/trunk@58764 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-signup.php | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 96a1a62454..4446a99341 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59377'; +$wp_version = '6.8-alpha-59378'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-signup.php b/wp-signup.php index d11f16698f..bbe1b422f6 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -1,4 +1,11 @@