Changeset 1268

Show
Ignore:
Timestamp:
05/07/08 14:35:05 (3 months ago)
Author:
donncha
Message:

Include version info on themes admin page, props momo360modena, fixes #618

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/wpmu-themes.php

    r1261 r1268  
    2828                                        <th style="width:15%;text-align:center;"><?php _e('Active') ?></th> 
    2929                                        <th style="width:25%;"><?php _e('Theme') ?></th> 
     30                                        <th style="width:10%;"><?php _e('Version') ?></th> 
    3031                                        <th style="width:60%;"><?php _e('Description') ?></th> 
    3132                                </tr> 
     
    5253                                        </td> 
    5354                                        <th scope="row" style="text-align:left;"><?php echo $key ?></th>  
     55                                        <td><?php echo $theme['Version'] ?></td> 
    5456                                        <td><?php echo $theme['Description'] ?></td> 
    5557                                </tr>