Changeset 6026 for trunk/wp-admin/moderation.php
- Timestamp:
- 09/03/2007 11:32:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/moderation.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/moderation.php
r5773 r6026 125 125 $stop = $start + $per; 126 126 127 $page_links = paginate_links( array( 128 'base' => add_query_arg( 'paged', '%#%' ), 129 'format' => '', 130 'total' => ceil( $total / $per ), 131 'current' => $page, 132 'prev_text' => '«', 127 $page_links = paginate_links( array( 128 'base' => add_query_arg( 'paged', '%#%' ), 129 'format' => '', 130 'total' => ceil( $total / $per ), 131 'current' => $page, 132 'prev_text' => '«', 133 133 'next_text' => '»' 134 134 ) ); … … 161 161 <li id="comment-<?php comment_ID(); ?>" class="<?php echo $class; ?>"> 162 162 <p> 163 <strong><?php comment_author(); ?></strong> 163 <strong><?php comment_author(); ?></strong> 164 164 <?php if ( !empty( $comment->comment_author_email ) ) { ?>| <?php comment_author_email_link(); ?> <?php } ?> 165 165 <?php if ( !empty( $comment->comment_author_url ) && $comment->comment_author_url != 'http://' ) { ?>| <?php comment_author_url_link(); ?> <?php } ?> … … 172 172 173 173 <p><small> 174 <?php comment_date( __( 'M j, g:i A' ) ); ?> — 175 [ <a href="comment.php?action=editcomment&c=<?php comment_ID(); ?>" title="<?php _e( 'Edit this comment' ); ?>"><?php _e( 'Edit' ); ?></a> | 176 <a href="post.php?action=deletecomment&p=<?php echo $comment->comment_post_ID; ?>" title="<?php _e( 'Delete this comment' ); ?>" onclick="return deleteSomething( 'comment', <?php comment_ID(); ?>, '<?php echo js_escape( sprintf( __( "You are about to delete this comment by '%s'.\n'OK' to delete, 'Cancel' to stop." ), get_comment_author() ) ); ?>', theCommentList );"><?php _e( 'Delete' ); ?></a> ] — 174 <?php comment_date( __( 'M j, g:i A' ) ); ?> — 175 [ <a href="comment.php?action=editcomment&c=<?php comment_ID(); ?>" title="<?php _e( 'Edit this comment' ); ?>"><?php _e( 'Edit' ); ?></a> | 176 <a href="post.php?action=deletecomment&p=<?php echo $comment->comment_post_ID; ?>" title="<?php _e( 'Delete this comment' ); ?>" onclick="return deleteSomething( 'comment', <?php comment_ID(); ?>, '<?php echo js_escape( sprintf( __( "You are about to delete this comment by '%s'.\n'OK' to delete, 'Cancel' to stop." ), get_comment_author() ) ); ?>', theCommentList );"><?php _e( 'Delete' ); ?></a> ] — 177 177 <a href="<?php echo get_permalink( $comment->comment_post_ID ); ?>" title="<?php _e( 'View the post' ); ?>"><?php printf( __( 'View post “%s”' ), get_the_title( $comment->comment_post_ID ) ); ?></a> 178 178 </small></p>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)