diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index 1a195d8dd3..092fd6e203 100644
|
a
|
b
|
include( ABSPATH . 'wp-admin/admin-header.php' );
|
| 24 | 24 | ?> |
| 25 | 25 | </h1> |
| 26 | 26 | |
| 27 | | <p class="about-text"><?php printf( __( 'Congratulations on updating to WordPress 5.2! This update makes it easier than ever to fix your site if something goes wrong.' ), $display_version ); ?></p> |
| | 27 | <p class="about-text"> |
| | 28 | <?php |
| | 29 | /* translators: %s: The current WordPress version number */ |
| | 30 | printf( __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ), $display_version ); |
| | 31 | ?> |
| | 32 | </p> |
| 28 | 33 | |
| 29 | 34 | <div class="wp-badge"> |
| 30 | 35 | <?php |
diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php
index 1f42aae6d2..f4c1088231 100644
|
a
|
b
|
include( ABSPATH . 'wp-admin/admin-header.php' );
|
| 25 | 25 | ?> |
| 26 | 26 | </h1> |
| 27 | 27 | |
| 28 | | <p class="about-text"><?php printf( __( 'Congratulations on updating to WordPress 5.2! This update makes it easier than ever to fix your site if something goes wrong.' ), $display_version ); ?></p> |
| | 28 | <p class="about-text"> |
| | 29 | <?php |
| | 30 | /* translators: %s: The current WordPress version number */ |
| | 31 | printf( __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ), $display_version ); |
| | 32 | ?> |
| | 33 | </p> |
| 29 | 34 | |
| 30 | 35 | <div class="wp-badge"> |
| 31 | 36 | <?php |
diff --git a/src/wp-admin/freedoms.php b/src/wp-admin/freedoms.php
index dcbb41980a..83719bd124 100644
|
a
|
b
|
if ( $is_privacy_notice ) {
|
| 39 | 39 | ?> |
| 40 | 40 | </h1> |
| 41 | 41 | |
| 42 | | <p class="about-text"><?php printf( __( 'Congratulations on updating to WordPress 5.2! This update makes it easier than ever to fix your site if something goes wrong.' ), $display_version ); ?></p> |
| | 42 | <p class="about-text"> |
| | 43 | <?php |
| | 44 | /* translators: %s: The current WordPress version number */ |
| | 45 | printf( __( 'Congratulations on updating to WordPress %s! This update makes it easier than ever to fix your site if something goes wrong.' ), $display_version ); |
| | 46 | ?> |
| | 47 | </p> |
| 43 | 48 | |
| 44 | 49 | <div class="wp-badge"> |
| 45 | 50 | <?php |