Changeset 13057
- Timestamp:
- 02/11/2010 08:10:15 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r12874 r13057 275 275 $text = _n( 'Category', 'Categories', $num_cats ); 276 276 if ( current_user_can( 'manage_categories' ) ) { 277 $num = "<a href=' categories.php'>$num</a>";278 $text = "<a href=' categories.php'>$text</a>";277 $num = "<a href='edit-tags.php?taxonomy=category'>$num</a>"; 278 $text = "<a href='edit-tags.php?taxonomy=category'>$text</a>"; 279 279 } 280 280 echo '<td class="first b b-cats">' . $num . '</td>';
Note: See TracChangeset
for help on using the changeset viewer.