~canonical-sysadmins/wordpress/upstream

« back to all changes in this revision

Viewing changes to wp-admin/credits.php

  • Committer: Barry Price
  • Date: 2018-12-12 05:02:18 UTC
  • Revision ID: barry.price@canonical.com-20181212050218-19u9wgrsidnx0ngj
new upstream release 5.0

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