From 2590eeb14c8d94133108d3be76a27a673e7ac9fc Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 16 Jan 2024 04:06:18 +0000 Subject: [PATCH] Docs: Format `new_admin_email_content` placeholders as a list. Format the email placeholders for the `new_admin_email_content` hook as a list for clarity and to avoid parsing errors in docblock consumers. Props dd32, shooper, stevenlinx. Fixes #60262. Built from https://develop.svn.wordpress.org/trunk@57289 git-svn-id: http://core.svn.wordpress.org/trunk@56795 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/misc.php | 10 +++++----- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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.