Changeset 5661
- Timestamp:
- 06/07/07 14:01:02 (1 year ago)
- Files:
-
- trunk/wp-admin/moderation.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/moderation.php
r5578 r5661 167 167 </p> 168 168 169 <?php comment_text(); ?> 170 </p> 171 169 172 <p><small> 170 173 <?php comment_date( __( 'M j, g:i A' ) ); ?> — … … 173 176 <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> 174 177 </small></p> 175 176 <p> 177 <?php comment_text(); ?> 178 </p> 179 178 180 179 <p><small> 181 180 <?php _e( 'Bulk action:' ); ?> … … 185 184 <label for="comment-<?php comment_ID(); ?>-nothing"><input type="radio" name="comment[<?php comment_ID(); ?>]" id="comment-<?php comment_ID(); ?>-nothing" value="later" checked="checked" /> <?php _e( 'No action' ); ?></label> 186 185 </small></p> 186 187 <p> 187 188 </li> 188 189 <?php … … 219 220 } 220 221 221 document.write( '<p style="text-align:center;"><strong><?php _e( 'Mark all:' ); ?></strong> <a href="javascript:mark_all_as(\'approve\')"><?php _e( 'Approved' ); ?></a> – <a href="javascript:mark_all_as(\'spam\')"><?php _e( 'Spam' ); ?></a> – <a href="javascript:mark_all_as(\'delete\')"><?php _e( 'Deleted' ); ?></a> – <a href="javascript:mark_all_as(\'later\')"><?php _e( 'Later' ); ?></a></p>' );222 document.write( '<p><strong><?php _e( 'Mark all:' ); ?></strong> <a href="javascript:mark_all_as(\'approve\')"><?php _e( 'Approved' ); ?></a> – <a href="javascript:mark_all_as(\'spam\')"><?php _e( 'Spam' ); ?></a> – <a href="javascript:mark_all_as(\'delete\')"><?php _e( 'Deleted' ); ?></a> – <a href="javascript:mark_all_as(\'later\')"><?php _e( 'Later' ); ?></a></p>' ); 222 223 // ]]> 223 224 </script>
