Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: pax_grep: Search regular expressions and replace with something else.
You’re welcome!
Offline
Re: pax_grep: Search regular expressions and replace with something else.
Friendly note: this plugin still works fine with TXP 4.6.x, but if you enable debug mode (in the Preferences panel), you’ll get a warning that the tag is not registered (in the future this may trigger an error).
Fix, at the top of the plugin:
if (class_exists('\Textpattern\Tag\Registry')) {
Txp::get('\Textpattern\Tag\Registry')
->register('pax_grep');
}
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: pax_grep: Search regular expressions and replace with something else.
Thank you, @phiw13! I was aware of this, I just didn’t get around to updating the public version.
This is fixed now!
Offline
Offline