Make WordPress Core


Ignore:
Timestamp:
04/10/2016 02:02:04 AM (9 years ago)
Author:
jeremyfelt
Message:

4.5 About Page, second round.

  • Adjust text.
  • Improve headings hierarchy.
  • Add translation functions and translator comments throughout.

Props ocean90, afercia, ramiy, mikeschroder, mattfelten, helen.
See #36173.

File:
1 edited

Legend:

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

    r36554 r37170  
    2121<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
    2222
    23 <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s makes your site more connected and responsive.' ), $display_version ); ?></div>
     23<div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s streamlines your workflow, whether you&#8217;re writing or building your site.' ), $display_version ); ?></div>
    2424
    2525<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
     
    119119__( 'Lead Developer' );
    120120__( 'Release Lead' );
     121__( 'Release Design Lead' );
     122__( 'Release Deputy' );
    121123__( 'Core Developer' );
    122124__( 'External Libraries' );
Note: See TracChangeset for help on using the changeset viewer.