Making WordPress.org


Ignore:
Timestamp:
03/31/2016 08:25:15 PM (9 years ago)
Author:
ocean90
Message:

Translate: Display stats, contributors and language packs on theme project pages.

See #1388.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/public_html/gp-templates-new/projects-wp-plugins.php

    r2765 r2864  
    5656        <thead>
    5757            <tr>
    58                 <?php foreach ( $table_headings as $heading ) : ?>
    59                 <th class="title"><?php echo $heading; ?></th>
     58                <?php foreach ( $table_headings as $key => $heading ) : ?>
     59                <th class="col-<?php echo $key; ?>"><?php echo $heading; ?></th>
    6060                <?php endforeach; ?>
    6161            </tr>
Note: See TracChangeset for help on using the changeset viewer.