diff --git a/src/wp-admin/includes/update.php b/src/wp-admin/includes/update.php
index 7e68440b8e..cd9fd51e76 100644
|
a
|
b
|
function update_nag() { |
| 336 | 336 | } else { |
| 337 | 337 | $msg = sprintf( |
| 338 | 338 | /* translators: 1: URL to WordPress release notes, 2: New WordPress version. */ |
| 339 | | __( '<a href="%1$s">WordPress %2$s</a> is available! Please notify the site administrator.' ), |
| | 339 | __( '<p><a href="%1$s">WordPress %2$s</a> is available! Please notify the site administrator.</p>' ), |
| 340 | 340 | $version_url, |
| 341 | 341 | $cur->current |
| 342 | 342 | ); |