Make WordPress Core

Changeset 11708


Ignore:
Timestamp:
07/11/2009 09:11:15 AM (16 years ago)
Author:
westi
Message:

Remove comment quickedit data from the dashboard recent comments widget. Fixes #9603 props coffee2code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r11613 r11708  
    592592            <blockquote><p><?php comment_excerpt(); ?></p></blockquote>
    593593            <p class="row-actions"><?php echo $actions_string; ?></p>
    594 
    595             <div id="inline-<?php echo $comment->comment_ID; ?>" class="hidden">
    596                 <textarea class="comment" rows="3" cols="10"><?php echo $comment->comment_content; ?></textarea>
    597                 <div class="author-email"><?php echo esc_attr( $comment->comment_author_email ); ?></div>
    598                 <div class="author"><?php echo esc_attr( $comment->comment_author ); ?></div>
    599                 <div class="author-url"><?php echo esc_attr( $comment->comment_author_url ); ?></div>
    600                 <div class="comment_status"><?php echo $comment->comment_approved; ?></div>
    601             </div>
    602594            </div>
    603595        </div>
Note: See TracChangeset for help on using the changeset viewer.