- Timestamp:
- 11/05/2010 02:34:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-themes-list-table.php
r16194 r16205 188 188 } 189 189 190 $status_links[$type] = sprintf( "< li><a href='%s' %s>%s</a>",190 $status_links[$type] = sprintf( "<a href='%s' %s>%s</a>", 191 191 add_query_arg('theme_status', $type, 'themes.php'), 192 192 ( $type == $status ) ? ' class="current"' : '',
Note: See TracChangeset
for help on using the changeset viewer.