Make WordPress Core


Ignore:
Timestamp:
12/27/2010 04:57:19 PM (16 years ago)
Author:
ryan
Message:

Link Links columns to link manager. Props nacin. fixes #15994

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-terms-list-table.php

    r17027 r17159  
    304304        function column_links( $tag ) {
    305305                $count = number_format_i18n( $tag->count );
     306                if ( $count )
     307                        $count = "<a href='link-manager.php?cat_id=$tag->term_id'>$count</a>";
    306308                return $count;
    307309        }
Note: See TracChangeset for help on using the changeset viewer.