Make WordPress Core

Changeset 45384


Ignore:
Timestamp:
05/23/2019 09:10:56 PM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize "Privacy Policy Page" heading to merge two similar strings.

Props ramiy, garrett-eclipse.
Fixes #47250.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/privacy.php

    r44971 r45384  
    126126<div class="wrap">
    127127    <h1><?php echo $title; ?></h1>
    128     <h2><?php _e( 'Privacy Policy page' ); ?></h2>
     128    <h2><?php _e( 'Privacy Policy Page' ); ?></h2>
    129129    <p>
    130130        <?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.' ); ?>
Note: See TracChangeset for help on using the changeset viewer.