~canonical-sysadmins/wordpress/5.0.1

« back to all changes in this revision

Viewing changes to wp-admin/credits.php

  • Committer: Barry Price
  • Date: 2018-12-12 05:08:33 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: barry.price@canonical.com-20181212050833-y090hmrbmlxy37aa
Merge WP5.0 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
22
22
 
23
 
<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>
 
23
<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>
24
24
 
25
25
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
26
26