keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

update trailing asterisk check #255

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Update the substr() function to be more strict and only ever return a string with a length of 1 when checking for a trailing asterisk.

This updates what was added in PR #245 and #246.