[wp-hackers] Feeds on Dashboard

Dino Termini dino at duechiacchiere.it
Sun Mar 30 14:10:27 GMT 2008


Hi all!
>
> Viper has you covered:
> http://wordpress.org/extend/plugins/dashboard-widget-manager/
>
>   
I would also suggest reintroducing the "edit" link for recent comments 
in the dashboard.php (row 282)

// Added by Dino Termini: I want also be able to directly edit a comment 
from here
$comment_dino_edit = '<a class="comment-link" href="' . 
get_edit_comment_link() . '">'.__('edit').'</a>';
$comment_meta = sprintf( __( 'From <strong>%1$s</strong> on %2$s %3$s' ) 
. ' (%4$s)', get_comment_author(), $comment_post_link, $comment_link, 
$comment_dino_edit );

-- 
due chiacchiere <http://feeds.feedburner.com/duechiacchiere>


More information about the wp-hackers mailing list