Ticket #47312: 47312.diff
File 47312.diff, 578 bytes (added by , 6 years ago) |
---|
-
wp-admin/about.php
diff --git a/wp-admin/about.php b/wp-admin/about.php index 8eab41d8d3..e9488e6ce2 100644
a b include( ABSPATH . 'wp-admin/admin-header.php' ); 55 55 printf( 56 56 /* translators: 1: WordPress version number, 2: plural number of bugs. */ 57 57 _n( 58 '<strong>Version %1$s</strong> fixed %2$s bug.',59 '<strong>Version %1$s</strong> fixed %2$s bugs.',58 '<strong>Version %1$s</strong> addressed %2$s bug.', 59 '<strong>Version %1$s</strong> addressed %2$s bugs.', 60 60 32 61 61 ), 62 62 '5.2.1',