preg match error in class-wp after installation
-
Hi guys, I will just say first that I do not know much about coding.
I just installed bbpress and now i have this error come up in my wordpress dashboard
Warning: preg_match(): Unknown modifier ‘0’ in /home2/eli/public_html/juniortactician.com/wp-includes/class-wp.php on line 231
Warning: preg_match(): Unknown modifier ‘0’ in /home2/eli/public_html/juniortactician.com/wp-includes/class-wp.php on line 232
the code on those lines are as follows:
if ( preg_match(“#^$match#”, $request_match, $matches) ||
preg_match(“#^$match#”, urldecode($request_match), $matches) ) {what does this mean and how can I get rid of it?
Thanks in advance.
- You must be logged in to reply to this topic.