Make WordPress Core

Ticket #32929: 32929.7.diff

File 32929.7.diff, 2.1 KB (added by ocean90, 9 years ago)

WP_List_Table

  • src/wp-admin/about.php

     
    7777        ),
    7878        array(
    7979                'heading'     => 'Template Hierarchy',
    80 
    8180                /* Translators: 1: singular.php; 2: single.php; 3:page.php */
    8281                'description' => sprintf( 'Added %1$s as a fallback for %2$s and %3$s', '<code>singular.php</code>', '<code>single.php</code>', '<code>page.php</code>.' ),
    8382        ),
    8483        array(
    85                 'heading'     => 'List table',
     84                'heading'     => '<code>WP_List_Table</code>',
    8685                'description' => 'List tables now can (and often should) have a primary column defined.',
    8786        ),
    8887);
  • src/wp-admin/credits.php

     
    8080
    8181<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    8282
    83 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s helps you communicate and share, globally.' ), $display_version ); ?></div>
     83<div class="about-text"><?php printf( 'Thank you for updating! WordPress %s: faster workflow, easier customization, strong by default.', $display_version ); ?></div>
    8484
    8585<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
    8686
  • src/wp-admin/freedoms.php

     
    1919
    2020<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    2121
    22 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s helps you communicate and share, globally.' ), $display_version ); ?></div>
     22<div class="about-text"><?php printf( 'Thank you for updating! WordPress %s: faster workflow, easier customization, strong by default.', $display_version ); ?></div>
    2323
    2424<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
    2525