Changeset 7344
- Timestamp:
- 03/17/2008 05:20:13 PM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r7304 r7344 190 190 <th scope="col"><?php _e('Comment') ?></th> 191 191 <th scope="col"><?php _e('Date') ?></th> 192 <th scope="col" ><?php _e('Actions') ?></th>192 <th scope="col" class="action-links"><?php _e('Actions') ?></th> 193 193 </tr> 194 194 </thead> -
trunk/wp-admin/includes/template.php
r7339 r7344 668 668 </td> 669 669 <td><?php comment_date(__('Y/m/d')); ?></td> 670 <td >670 <td class="action-links"> 671 671 <?php 672 672 -
trunk/wp-admin/wp-admin.css
r7332 r7344 1386 1386 border-radius: 8px; 1387 1387 } 1388 1389 .action-links { 1390 text-align: right; 1391 }
Note: See TracChangeset
for help on using the changeset viewer.