- Timestamp:
- 10/02/2017 07:43:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r41220 r41683 307 307 308 308 if ( 'search' != $type ) { 309 $status_links[$type] = sprintf( "<a href='%s' 309 $status_links[$type] = sprintf( "<a href='%s'%s>%s</a>", 310 310 esc_url( add_query_arg('theme_status', $type, $url) ), 311 ( $type === $status ) ? ' class="current" ' : '',311 ( $type === $status ) ? ' class="current" aria-current="page"' : '', 312 312 sprintf( $text, number_format_i18n( $count ) ) 313 313 );
Note: See TracChangeset
for help on using the changeset viewer.