git-svn-id: https://develop.svn.wordpress.org/trunk@9442 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-31 18:54:30 +00:00
parent 769544395d
commit c2624a8cba
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>';