mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
Administration: Correct the capitalisation of "site administrator" for consistency with other instances within WordPress.
Follow-up to [59799]. Props ocean90 Fixes #48879 Built from https://develop.svn.wordpress.org/trunk@59800 git-svn-id: http://core.svn.wordpress.org/trunk@59142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e1c2d3f420
commit
0ac2a96887
|
|
@ -1462,7 +1462,7 @@ function update_option_new_admin_email( $old_value, $value ) {
|
|||
$email_text = __(
|
||||
'Howdy,
|
||||
|
||||
A site Administrator (###USERNAME###) recently requested to have the
|
||||
A site administrator (###USERNAME###) recently requested to have the
|
||||
administration email address changed on this site:
|
||||
###SITEURL###
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8-alpha-59799';
|
||||
$wp_version = '6.8-alpha-59800';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user