1.2.3 Errors
-
1.20 created a fatal error, so I updated to 1.2.3 just now. Now I get different errors:
Deprecated: preg_split(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/xxx/xxx.com/wp-includes/formatting.php on line 3494
Deprecated: preg_split(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/xxx/xxx.com/wp-includes/formatting.php on line 3494
Here’s that line of code:
$textarr = preg_split( ‘/(<.*>)/U’, $text, -1, PREG_SPLIT_DELIM_CAPTURE ); // Capture the tags as well as in between.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.