Changeset 10148
- Timestamp:
- 12/09/2008 05:44:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r10140 r10148 465 465 $actions = array(); 466 466 467 $actions_string = ''; 467 468 if ( current_user_can('edit_post', $comment->comment_post_ID) ) { 468 469 $actions['approve'] = "<a href='$approve_url' class='dim:the-comment-list:comment-$comment->comment_ID:unapproved:e7e7d3:e7e7d3:new=approved vim-a' title='" . __( 'Approve this comment' ) . "'>" . __( 'Approve' ) . '</a>'; … … 477 478 478 479 $i = 0; 479 $actions_string = '';480 480 foreach ( $actions as $action => $link ) { 481 481 ++$i;
Note: See TracChangeset
for help on using the changeset viewer.