Make WordPress Core


Ignore:
Timestamp:
07/24/2018 03:03:19 PM (7 years ago)
Author:
SergeyBiryukov
Message:

I18N: Separate two "About" strings with different context.

Props desrosj, XpertOne, Nao.
Fixes #44139.

File:
1 edited

Legend:

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

    r43446 r43527  
    20892089    // First, build an "About" group on the fly for this report.
    20902090    $about_group = array(
    2091         'group_label' => __( 'About' ),
     2091        /* translators: Header for the About section in a personal data export. */
     2092        'group_label' => _x( 'About', 'personal data group label' ),
    20922093        'items'       => array(
    20932094            'about-1' => array(
Note: See TracChangeset for help on using the changeset viewer.