summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAndrew Nacin <nacin@git.wordpress.org>2012-01-03 20:45:03 +0000
committerAndrew Nacin <nacin@git.wordpress.org>2012-01-03 20:45:03 +0000
commitf8568260ae4eb9857d318074cacd2cfcf206a407 (patch)
tree2dc7123a50996e90c5cf0653f4070dc9f7e12200
parent0a7445396da7d97bb96cec044806cf1d7e724e65 (diff)
downloadwordpress-f8568260ae4eb9857d318074cacd2cfcf206a407.tar.gz
wordpress-f8568260ae4eb9857d318074cacd2cfcf206a407.zip
15 bugs fixed in 3.3.1.
git-svn-id: https://develop.svn.wordpress.org/branches/3.3@19669 602fd350-edb4-49c9-b593-d223f7449a82
-rw-r--r--wp-admin/about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/about.php b/wp-admin/about.php
index 188f285fce..470b557938 100644
--- a/wp-admin/about.php
+++ b/wp-admin/about.php
@@ -36,7 +36,7 @@ include( './admin-header.php' );
<div class="changelog point-releases">
<h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 1 ); ?></h3>
<p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',
- '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.', 13 ), '3.3.1', number_format_i18n( 13 ) ); ?>
+ '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.', 15 ), '3.3.1', number_format_i18n( 15 ) ); ?>
<?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.3.1' ); ?>
</p>
</div>