jaredatch / Shared-Counts

WordPress plugin that leverages SharedCount.com API to quickly retrieve, cache, and display various social sharing counts.
GNU General Public License v2.0
47 stars 16 forks source link

Print button no longer works with 1.5.0 release #133

Open billerickson opened 6 months ago

billerickson commented 6 months ago

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.