summaryrefslogtreecommitdiff
path: root/www/crm/wp-admin/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-admin/about.php')
-rw-r--r--www/crm/wp-admin/about.php27
1 files changed, 26 insertions, 1 deletions
diff --git a/www/crm/wp-admin/about.php b/www/crm/wp-admin/about.php
index 46e9fd93..fb56d79f 100644
--- a/www/crm/wp-admin/about.php
+++ b/www/crm/wp-admin/about.php
@@ -53,6 +53,31 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<p>
<?php
printf(
+ /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
+ _n(
+ '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
+ '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
+ 29
+ ),
+ '5.2.3',
+ number_format_i18n( 29 )
+ );
+ ?>
+ <?php
+ printf(
+ /* translators: %s: HelpHub URL */
+ __( 'For more information, see <a href="%s">the release notes</a>.' ),
+ sprintf(
+ /* translators: %s: WordPress version */
+ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
+ sanitize_title( '5.2.3' )
+ )
+ );
+ ?>
+ </p>
+ <p>
+ <?php
+ printf(
/* translators: 1: WordPress version number, 2: plural number of bugs. */
_n(
'<strong>Version %1$s</strong> addressed %2$s bug.',
@@ -151,7 +176,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
</div>
<div class="column is-vertically-aligned-center">
<h3><?php _e( 'PHP Error Protection' ); ?></h3>
- <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring developer time. It features better handling of the so-called “white screen of death”, and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p>
+ <p><?php _e( 'This administrator-focused update will let you safely fix or manage fatal errors without requiring a developer. It features better handling of the so-called “white screen of death”, and a way to enter recovery mode, which pauses error-causing plugins or themes.' ); ?></p>
</div>
</div>