0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
wordpress
/
3.1.2
/
wordpress
/
wp-content
/
plugins
/
akismet
/
[
Home
]
File: akismet.js
jQuery(document).ready(function () { jQuery('.akismet-status').each(function () { var thisId = jQuery(this).attr('commentid'); jQuery(this).prependTo('#comment-' + thisId + ' .column-comment div:first-child'); }); jQuery('.akismet-user-comment-count').each(function () { var thisId = jQuery(this).attr('commentid'); jQuery(this).insertAfter('#comment-' + thisId + ' .author strong:first').show(); }); });