Changeset 7130 for trunk/wp-admin/includes/template.php
- Timestamp:
- 03/02/2008 08:17:30 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r7104 r7130 348 348 ?> 349 349 <tr id='page-<?php echo $id; ?>' class='<?php echo $class; ?>'> 350 351 350 351 352 352 <?php 353 353 … … 452 452 } 453 453 ?> 454 454 455 455 </tr> 456 456 … … 571 571 else 572 572 $approved = "comment_approved != 'spam'"; 573 573 574 574 if ( $s ) { 575 575 $s = $wpdb->escape($s); … … 616 616 $approve_url = clean_url( wp_nonce_url( "comment.php?action=approvecomment&p=$comment->comment_post_ID&c=$comment->comment_ID", "approve-comment_$comment->comment_ID" ) ); 617 617 $spam_url = clean_url( wp_nonce_url( "comment.php?action=deletecomment&dt=spam&p=$comment->comment_post_ID&c=$comment->comment_ID", "delete-comment_$comment->comment_ID" ) ); 618 618 619 619 ?> 620 620 <tr id="comment-<?php echo $comment->comment_ID; ?>" class='<?php echo $class; ?>'>
Note: See TracChangeset
for help on using the changeset viewer.