mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@9442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e55a05453a
commit
0e169da4dc
@ -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>';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user