Changeset 43937 for branches/5.0/src/wp-admin/freedoms.php
- Timestamp:
- 11/22/2018 03:23:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/freedoms.php
r43098 r43937 23 23 <h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1> 24 24 25 <p class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s will smooth your design workflow and keep you safe from coding errors.' ), $display_version ); ?></p>25 <p class="about-text"><?php printf( __( 'Thank you for updating to the latest version! WordPress %s introduces a robust new content creation experience.' ), $display_version ); ?></p> 26 26 27 27 <div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.