diff --git a/wp-admin/index.php b/wp-admin/index.php index ae264918f..014405a33 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -81,7 +81,7 @@ if (0 < $numcomms) $numcomms = number_format($numcomms); $numcats = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->categories"); if (0 < $numcats) $numcats = number_format($numcats); ?> -

There are currently posts and comments, contained within categories.

+

posts and %3$d comments, contained within %5$d categories.'), $numposts, 'edit.php', $numcomms, 'edit-comments.php', $numcats, 'categories.php'); ?>

- family +