Make WordPress Core

Ticket #44139: 44139.2.diff

File 44139.2.diff, 896 bytes (added by desrosj, 6 years ago)
  • src/wp-admin/about.php

     
    1111
    1212wp_enqueue_script( 'underscore' );
    1313
     14/* translators: Page title of the about WordPress page in the admin. */
    1415$title = __( 'About' );
    1516
    1617list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
  • src/wp-admin/includes/file.php

     
    20882088
    20892089        // First, build an "About" group on the fly for this report.
    20902090        $about_group = array(
     2091                /* translators: Header for the About section in a personal data export. */
    20912092                'group_label' => __( 'About' ),
    20922093                'items'       => array(
    20932094                        'about-1' => array(