EnlighterJS / Plugin.WordPress

:package: Official WordPress Plugin of EnlighterJS
http://wordpress.org/plugins/enlighter/
GNU General Public License v2.0
115 stars 18 forks source link

Removing Apachehttpd #258

Closed ajtruckle closed 4 years ago

ajtruckle commented 4 years ago

Hi! Thanks for 4.2 :)

I tried adding this to remove a language entry:

unset ($langs['apachehttpd']);

But it still remains.

AndiDittrich commented 4 years ago

use print_r to get the correct object key ;) or take a look into the language list

ajtruckle commented 4 years ago

apache

:)