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

My name is Ajay D’Souza and I’m a blogger and WordPress developer who has a passion for creating and sharing. I also have a professional career as an Investment Banker.

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 *