Changeset 18274

Show
Ignore:
Timestamp:
09/08/07 01:09:09 (10 months ago)
Author:
alexkingorg
Message:

don't attach to lists in comments.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • delink-comment-author/trunk/delink-comment-author.php

    r17820 r18274  
    4141      print(" 
    4242<script type=\"text/javascript\"> 
    43 jQuery('#the-comment-list li').each(function() { 
     43jQuery('#the-comment-list li[@id^=comment]').each(function() { 
    4444      var id = jQuery(this).attr('id').replace('comment-', ''); 
    4545      jQuery(this).children('p').eq(0).append('&nbsp;| <a href=\"".get_bloginfo('wpurl')."/wp-admin/index.php?ak_action=delink_comment_author&comment_id=' + id + '\">Delink Comment Author</a>');