mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Link to category post page, fixes #2253
git-svn-id: https://develop.svn.wordpress.org/trunk@4543 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -748,7 +748,7 @@ function _cat_row( $category, $level, $name_override = false ) {
|
||||
<th scope='row' style='text-align: center'>$category->cat_ID</th>
|
||||
<td>" . ( $name_override ? $name_override : $pad . ' ' . $category->cat_name ) . "</td>
|
||||
<td>$category->category_description</td>
|
||||
<td align='center'>$category->category_count</td>
|
||||
<td align='center'><a href='edit.php?cat=$category->cat_ID'>$category->category_count</a></td>
|
||||
<td align='center'>$category->link_count</td>
|
||||
<td>$edit</td>\n\t</tr>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user