Ajax Edit Comments updated – Fixes IE bug

Ronald just updated Ajax Edit Comments to fix the really troublesome IE bug where the window just refused to close. You can update it from within WP-Admin directly or download it from the repository.

Ajax Edit Comments allows users and admins to edit comments on a post. Users can edit their own comments for a limited time, while admins can edit all comments.

The plugin has been tested on WordPress 2.8.5 as well. I have it running out here. If you notice any bugs, please report the same in the forum.

Share this post with your friends!
Ajay
Ajay

I'm Ajay D’Souza — a WordPress developer, blogger, and investment banker. Since 2003, this blog has been my space to share personal stories, travel experiences, and WordPress creations. It's where I document my journey, both online and off.

Articles: 1282

4 Comments

  1. the new hooks cause other plugins to fail.. I’m talking about the following:

    add_filter(‘get_comment_date’, array(&$this, ‘add_date_spans’), ‘1000’);
    add_filter(‘get_comment_time’, array(&$this, ‘add_time_spans’), ‘1000’);

    is there a way to implement this without changing the way internal WordPress functions work?

    thanks,
    Luka

Leave a Reply

Your email address will not be published. Required fields are marked *