raamdev / independent-publisher

A beautiful reader-focused WordPress theme, for you.
http://independentpublisher.me
GNU General Public License v3.0
458 stars 106 forks source link

Child theme stylesheet version ignored #317

Closed raamdev closed 3 years ago

raamdev commented 3 years ago

Since a version number is not being passed to wp_enqueue_style(), a child theme with its own version does not have that version number applied to the stylesheet URL, which could lead to old versions of a child theme style.css being cached in the browser.

https://github.com/raamdev/independent-publisher/blob/36dd2c2856221850c4a5491f18193a325c82e810/functions.php#L277