Changeset 17159 for trunk/wp-admin/includes/class-wp-terms-list-table.php
- Timestamp:
- 12/27/2010 04:57:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-terms-list-table.php
r17027 r17159 304 304 function column_links( $tag ) { 305 305 $count = number_format_i18n( $tag->count ); 306 if ( $count ) 307 $count = "<a href='link-manager.php?cat_id=$tag->term_id'>$count</a>"; 306 308 return $count; 307 309 }
Note: See TracChangeset
for help on using the changeset viewer.