Clean My Archives 1.0.0

I just recently wrote about the modifications I made to the Clean My Archives plugin to remove the comment count from the archive list. As of last week, Clean My Archives has been updated from version 0.2.0 to version 1.0.0. With the change, I’ve had to update my modification as well.

From a clean installation of Clean My Archives, I changed line 167 of the plugin from:

sprintf( '</a> %s</li>', $comments ),

To:

sprintf( '</a> </li>'),

With that, I’ve once again removed the comment count from the page:

Screenshot of Archive Page without comment counts