mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-16 05:11:24 +01:00
Privacy: Improve grammar on Privacy Settings screen.
Props ianbelanger, garrett-eclipse. Merges [43513] to the 4.9 branch. Fixes #44612. Built from https://develop.svn.wordpress.org/branches/4.9@43514 git-svn-id: http://core.svn.wordpress.org/branches/4.9@43343 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2afa2b446f
commit
0dfd159712
@ -72,7 +72,7 @@ if ( ! empty( $action ) ) {
|
|||||||
add_settings_error(
|
add_settings_error(
|
||||||
'page_for_privacy_policy',
|
'page_for_privacy_policy',
|
||||||
'page_for_privacy_policy',
|
'page_for_privacy_policy',
|
||||||
__( 'Unable to create Privacy Policy page.' ),
|
__( 'Unable to create a Privacy Policy page.' ),
|
||||||
'error'
|
'error'
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
@ -96,7 +96,7 @@ if ( ! empty( $privacy_policy_page_id ) ) {
|
|||||||
add_settings_error(
|
add_settings_error(
|
||||||
'page_for_privacy_policy',
|
'page_for_privacy_policy',
|
||||||
'page_for_privacy_policy',
|
'page_for_privacy_policy',
|
||||||
__( 'The currently selected Privacy Policy page does not exist. Please create or select new page.' ),
|
__( 'The currently selected Privacy Policy page does not exist. Please create or select a new page.' ),
|
||||||
'error'
|
'error'
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
@ -106,7 +106,7 @@ if ( ! empty( $privacy_policy_page_id ) ) {
|
|||||||
'page_for_privacy_policy',
|
'page_for_privacy_policy',
|
||||||
sprintf(
|
sprintf(
|
||||||
/* translators: URL to Pages Trash */
|
/* translators: URL to Pages Trash */
|
||||||
__( 'The currently selected Privacy Policy page is in the trash. Please create or select new Privacy Policy page or <a href="%s">restore the current page</a>.' ),
|
__( 'The currently selected Privacy Policy page is in the trash. Please create or select a new Privacy Policy page or <a href="%s">restore the current page</a>.' ),
|
||||||
'edit.php?post_status=trash&post_type=page'
|
'edit.php?post_status=trash&post_type=page'
|
||||||
),
|
),
|
||||||
'error'
|
'error'
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9.8-beta1-43510';
|
$wp_version = '4.9.8-beta1-43514';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user