diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 12d724f62c..3f48065cdf 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -1499,11 +1499,11 @@ All at ###SITENAME### * Filters the text of the email sent when a change of site admin email address is attempted. * * The following strings have a special meaning and will get replaced dynamically: - * ###USERNAME### The current user's username. - * ###ADMIN_URL### The link to click on to confirm the email change. - * ###EMAIL### The proposed new site admin email address. - * ###SITENAME### The name of the site. - * ###SITEURL### The URL to the site. + * - ###USERNAME### The current user's username. + * - ###ADMIN_URL### The link to click on to confirm the email change. + * - ###EMAIL### The proposed new site admin email address. + * - ###SITENAME### The name of the site. + * - ###SITEURL### The URL to the site. * * @since MU (3.0.0) * @since 4.9.0 This filter is no longer Multisite specific. diff --git a/wp-includes/version.php b/wp-includes/version.php index b3703bb81b..5d29cba379 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57287'; +$wp_version = '6.5-alpha-57289'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.