Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: _ck_ Can you help me with some of your regular expression code?


_ck_
Participant

@_ck_

You don’t need to tamper with the regex.

Essentially you are adding the attibutes incorrectly.

This is wrong: 'wiki' => array('a','href')

That means set a new tag called “wiki” with the attributes “a” and “href”. But really only “href” is an attribute.

I could help you more if I understood what <wiki></wiki> was supposed to do.

Skip to toolbar