youhackme / Toggle

Ever seen a nice website and asked yourself what theme or plugins they are using? This is what this project is all about. Started back in 2014. Re-written from the ground up in 2017 using Laravel 5, MySQL, Redis and Elastic.
1 stars 0 forks source link

Improve plugins name when it contains _underscore #1747

Open youhackme opened 6 years ago

youhackme commented 6 years ago

Currently, we do an explode when there is a hyphen only (-) for unknown plugin name. We should do the same when it is underscore (_).