Make WordPress Core


Ignore:
Timestamp:
08/13/2015 10:10:06 PM (9 years ago)
Author:
obenland
Message:

About: Third pass at 4.3 about page:

  • Improves some of the feature descriptions.
  • Uses .org CDN for images and feature video.
  • Fixes an overzealous Jetpack style that adds unwanted padding.
  • Uses more specific WP_List_Table header.
  • Adds 4.3 tagline to freedoms and credit page.
  • Adds infrastructure for 4.3 about video. Only the ID needs to be updated.
  • Makes all strings translatable.

Props siobhan, adamsilverstein, melchoyce, ocean90, markjaquith, helen, obenland.
Fixes #32929.

File:
1 edited

Legend:

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

    r33032 r33613  
    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 makes it even easier to format your content and customize your site.' ), $display_version ); ?></div>
    8484
    8585<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset for help on using the changeset viewer.