Make WordPress Core


Ignore:
Timestamp:
07/24/2018 03:03:19 PM (6 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/about.php

    r42814 r43527  
    1212wp_enqueue_script( 'underscore' );
    1313
    14 $title = __( 'About' );
     14/* translators: Page title of the About WordPress page in the admin. */
     15$title = _x( 'About', 'page title' );
    1516
    1617list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
Note: See TracChangeset for help on using the changeset viewer.