Changeset 1508:60c4414bcd87 for admin/post.php
- Timestamp:
- 08/21/13 10:12:58 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r1468 r1508 733 733 echo 734 734 '<table class="comments-list"><tr>'. 735 '<th colspan="2" >'.__('Author').'</th>'.735 '<th colspan="2" class="first">'.__('Author').'</th>'. 736 736 '<th>'.__('Date').'</th>'. 737 737 '<th class="nowrap">'.__('IP address').'</th>'. 738 738 '<th>'.__('Status').'</th>'. 739 '<th> </th>'.739 '<th>'.__('Edit').'</th>'. 740 740 '</tr>'; 741 741 … … 771 771 '<td class="nowrap status">'.$img_status.'</td>'. 772 772 '<td class="nowrap status"><a href="'.$comment_url.'">'. 773 '<img src="images/edit-mini.png" alt="" title="'.__('Edit this comment').'" /> </a></td>'.773 '<img src="images/edit-mini.png" alt="" title="'.__('Edit this comment').'" /> '.__('Edit').'</a></td>'. 774 774 775 775 '</tr>';
Note: See TracChangeset
for help on using the changeset viewer.