Changeset 9618 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/stats-plugin-themes-overview.php
- Timestamp:
- 03/22/2020 02:38:42 PM (5 years ago)
- 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 24 24 <thead> 25 25 <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> 27 27 <?php 28 28 foreach ( $columns as $title ) { … … 89 89 jQuery( document ).ready( function( $ ) { 90 90 $( '#stats-table' ).tablesorter( { 91 theme: 'wporg-translate', 91 92 textExtraction: function( node ) { 92 93 var cellValue = $( node ).text(),
Note: See TracChangeset
for help on using the changeset viewer.