Changeset 16205 for trunk/wp-admin/includes/class-wp-plugins-list-table.php
- Timestamp:
- 11/05/2010 02:34:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-plugins-list-table.php
r16195 r16205 239 239 } 240 240 241 $status_links[$type] = sprintf( "< li><a href='%s' %s>%s</a>",241 $status_links[$type] = sprintf( "<a href='%s' %s>%s</a>", 242 242 add_query_arg('plugin_status', $type, 'plugins.php'), 243 243 ( $type == $status ) ? ' class="current"' : '',
Note: See TracChangeset
for help on using the changeset viewer.