Changeset 8447
- Timestamp:
- 07/24/08 22:41:47 (4 months ago)
- Files:
-
- branches/crazyhorse/wp-admin/includes/dashboard.php (modified) (1 diff)
- branches/crazyhorse/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/crazyhorse/wp-admin/includes/dashboard.php
r8446 r8447 753 753 // Temp 754 754 function wp_dashboard_empty_control() { 755 echo "This feature isn't enabled in this prototype."; 755 756 } 756 757 branches/crazyhorse/wp-admin/includes/template.php
r8440 r8447 784 784 $actions['unapprove'] = "<a href='$unapprove_url' class='dim:the-comment-list:comment-$comment->comment_ID:unapproved:e7e7d3:e7e7d3:new=unapproved' title='" . __( 'Unapprove this comment' ) . "'>" . __( 'Unapprove' ) . '</a> | '; 785 785 $actions['edit'] = "<a href='comment.php?action=editcomment&c={$comment->comment_ID}' title='" . __('Edit comment') . "'>". __('Edit') . '</a> | '; 786 $actions['flag'] = "<a href='#' onclick='alert(\"This feature is not enabled in this prototype\"); return false;'>Flag for Follow-up</a> | ";786 $actions['flag'] = "<a href='#' class='no-crazy'>Flag for Follow-up</a> | "; 787 787 $actions['spam'] = "<a href='$spam_url' class='delete:the-comment-list:comment-$comment->comment_ID::spam=1' title='" . __( 'Mark this comment as spam' ) . "'>" . __( 'Spam' ) . '</a> | '; 788 788 $actions['delete'] = "<a href='$delete_url' class='delete:the-comment-list:comment-$comment->comment_ID delete'>" . __('Delete') . '</a>';
