Changeset 2864 for sites/trunk/translate.wordpress.org/public_html/gp-templates-new/projects-wp-plugins.php
- Timestamp:
- 03/31/2016 08:25:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates-new/projects-wp-plugins.php
r2765 r2864 56 56 <thead> 57 57 <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> 60 60 <?php endforeach; ?> 61 61 </tr>
Note: See TracChangeset
for help on using the changeset viewer.