mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Text Changes: Improve consistency of admin error notices in wp-admin/options.php
.
This changeset replaces <strong>Error</strong>: with <strong>Error:</strong>, for better consistency. Follow-up to [53458]. Fixes #50785. Built from https://develop.svn.wordpress.org/trunk@53476 git-svn-id: http://core.svn.wordpress.org/trunk@53065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2029a33158
commit
7821fe08db
@ -245,7 +245,7 @@ if ( 'update' === $action ) { // We are saving settings sent from a settings pag
|
||||
wp_die(
|
||||
sprintf(
|
||||
/* translators: %s: The options page name. */
|
||||
__( '<strong>Error</strong>: Options page %s not found in the allowed options list.' ),
|
||||
__( '<strong>Error:</strong> Options page %s not found in the allowed options list.' ),
|
||||
'<code>' . esc_html( $option_page ) . '</code>'
|
||||
)
|
||||
);
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53475';
|
||||
$wp_version = '6.1-alpha-53476';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user