- Timestamp:
- 10/02/2017 07:43:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r41399 r41683 433 433 434 434 if ( 'search' !== $type ) { 435 $status_links[$type] = sprintf( "<a href='%s' 435 $status_links[$type] = sprintf( "<a href='%s'%s>%s</a>", 436 436 add_query_arg('plugin_status', $type, 'plugins.php'), 437 ( $type === $status ) ? ' class="current" ' : '',437 ( $type === $status ) ? ' class="current" aria-current="page"' : '', 438 438 sprintf( $text, number_format_i18n( $count ) ) 439 439 );
Note: See TracChangeset
for help on using the changeset viewer.