THANKS~
Insert some codes copied from another plugin php to over-wright the
old info.tags.
And put this function into a cron page, it works now. :)
function BOLTinfoClean($info, $args) {
$before = count($info);
$exists = implode(',', BOLTsearchPageList(Array()));
foreach ($
Ok, I'll look into this. You can force the desired behavior by
sticking in an extra space either after the link or in the line
between the link and the function. It's complicated all the reasons,
but I'll see if I can fix this.
Sorry I've been out of the loop the last week. Trying hard to get
caug
How about changing the code to this. Note the asterisks for the changed lines:
function BOLTinfoClean($info, $args) {
$before = count($info);
$exists = implode(',', BOLTsearchPageList(Array()));
foreach ($info as $p => $v) {
** $pp = BOLTutf2url($p);
**