WordPress / twentytwenty

Twenty Twenty is included in Core as of WordPress 5.3 🎉 To report any issues, please go here: https://core.trac.wordpress.org/newticket
Other
301 stars 140 forks source link

Adjust regex to ensure links are not stripped from 'Continue Reading' #953

Closed pattonwebz closed 5 years ago

pattonwebz commented 5 years ago

This PR is a mini fix for the PR open in #946. The method is taken from https://github.com/WordPress/twentytwenty/pull/946#issuecomment-548964756

Credits for this fix go to @byalextran and @gravityrail and the other PR may still be considered in future. This is just the absolute min required to correct the base problem but there may be more nuances to deal with (like styles).

pattonwebz commented 5 years ago

Looks like I was too slow and this already got solved :)