tanzaku "split" function: a practical fix???
-
I would love to be able to use the Tanzaku theme–all the other jquery masonry themes I’ve found have too many features I want to turn OFF.
BUT Tanzaku displays a warning on the front page, “Warning: split() [function.split]: REG_EMPTY in /home2/wordturn/public_html/newskateboard/wp-content/themes/tanzaku/functions.php on line 60”
I’m not sure whether this warning is because the split function is used incorrectly, or because the split function is deprecated and won’t be supported soon. Or both.
Split appears in three consecutive lines of function.php for Tanzaku:
`$split_url = split($mark, $img_url);
if ($split_url[1] != null) {
$img_path = $upload_path . $split_url[1];`Is there a practical fix for this situation?
- The topic ‘tanzaku "split" function: a practical fix???’ is closed to new replies.