I18N: Capitalize "Privacy Policy Page" heading to merge two similar strings.
Props ramiy, garrett-eclipse. Fixes #47250. Built from https://develop.svn.wordpress.org/trunk@45384 git-svn-id: http://core.svn.wordpress.org/trunk@45195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aaa3e181a0
commit
e32389fc04
|
@ -125,7 +125,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
|||
?>
|
||||
<div class="wrap">
|
||||
<h1><?php echo $title; ?></h1>
|
||||
<h2><?php _e( 'Privacy Policy page' ); ?></h2>
|
||||
<h2><?php _e( 'Privacy Policy Page' ); ?></h2>
|
||||
<p>
|
||||
<?php _e( 'As a website owner, you may need to follow national or international privacy laws. For example, you may need to create and display a Privacy Policy.' ); ?>
|
||||
<?php _e( 'If you already have a Privacy Policy page, please select it below. If not, please create one.' ); ?>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45383';
|
||||
$wp_version = '5.3-alpha-45384';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue