Making WordPress.org


Ignore:
Timestamp:
03/22/2020 02:38:42 PM (5 years ago)
Author:
ocean90
Message:

Translate: Add sorting indicators to stats tables.

Fixes #4191.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/stats-plugin-themes-overview.php

    r8499 r9618  
    2424        <thead>
    2525            <tr>
    26                 <th><?php echo $main_column_title; ?></th>
     26                <th><span class="with-tooltip" aria-label="Sorted by active installations"><?php echo $main_column_title; ?></span></th>
    2727                <?php
    2828                    foreach ( $columns as $title ) {
     
    8989jQuery( document ).ready( function( $ ) {
    9090    $( '#stats-table' ).tablesorter( {
     91        theme: 'wporg-translate',
    9192        textExtraction: function( node ) {
    9293            var cellValue = $( node ).text(),
Note: See TracChangeset for help on using the changeset viewer.