Skip to content

Instantly share code, notes, and snippets.

@CrowderSoup
Created June 17, 2013 22:02
Show Gist options
  • Save CrowderSoup/5800898 to your computer and use it in GitHub Desktop.
Save CrowderSoup/5800898 to your computer and use it in GitHub Desktop.
Mark All items as "read" in WordPress.com comment archive.
jQuery('.wpn-note-summary').each(function(){jQuery(this).trigger('click');});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment