Shared-Counts
Shared-Counts copied to clipboard
Print button no longer works with 1.5.0 release
In #130 we replaced esc_attr() with esc_url(), which broke the print button link because it used JavaScript (see code).
We either need to revert this change or update the print button to not use the href parameter for triggering the print window.