git-svn-id: http://svn.automattic.com/wordpress/trunk@9442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-10-31 18:54:30 +00:00
parent e55a05453a
commit 0e169da4dc
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ function wp_dashboard_right_now() {
// Categories
$num = number_format_i18n( $num_cats );
if ( current_user_can( 'manage_categories' ) )
$num = "<a href='caftegories.php'>$num</a>";
$num = "<a href='categories.php'>$num</a>";
echo '<td class="first b b-cats">'.$num.'</td>';
echo '<td class="t cats">' . __ngettext( 'Category', 'Categories', $num_cats ) . '</td>';