Changeset 21948 for trunk/wp-admin/includes/class-wp-terms-list-table.php
- Timestamp:
- 09/21/2012 10:52:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-terms-list-table.php
r21914 r21948 299 299 if ( 'post' != $this->screen->post_type ) 300 300 $args['post_type'] = $this->screen->post_type; 301 302 if ( 'attachment' == $this->screen->post_type ) 303 return "<a href='" . esc_url ( add_query_arg( $args, 'upload.php' ) ) . "'>$count</a>"; 301 304 302 305 return "<a href='" . esc_url ( add_query_arg( $args, 'edit.php' ) ) . "'>$count</a>";
Note: See TracChangeset
for help on using the changeset viewer.