Make WordPress Core

Changeset 35798


Ignore:
Timestamp:
12/06/2015 09:54:45 PM (9 years ago)
Author:
markjaquith
Message:

About Page: Add the WordPress 4.4 tagline.

"Connected" because of REST API and cross-site embeds.
"Responsive" because of responsive images and under-the-hood tweaks.

See #34663 for the 4.4 branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.4/src/wp-admin/about.php

    r35769 r35798  
    3434        <h1><?php printf( __( 'Welcome to WordPress&nbsp;%s' ), $display_version ); ?></h1>
    3535
    36         <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>
     36        <div class="about-text"><?php printf( __( 'Thank you for updating! WordPress %s makes your site more connected and responsive.' ), $display_version ); ?></div>
    3737        <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
    3838
Note: See TracChangeset for help on using the changeset viewer.