pars error in function.php
-
i had a problem, white page in admin i tryed to do something but nothing then i tryed to update wp from 3.8 to 4.3.1 and ther’is this error:
Parse error: syntax error, unexpected ‘,’ in /web/htdocs/www.marinoautosrl.com/home/wp-includes/functions.php on line 425
in bold (strong the line …425 down herefunction wp_extract_urls( $content ) { preg_match_all( "#((?:[w-]+://?|[wd]+[.])[^s()<>]+[.](?:([wd]+)|(?:[^ !()[]{};:'".,<>???“”‘’s]|(?:[:]d+)?/?)+))#", $content, $post_links ); $post_links = array_unique( array_map( 'html_entity_decode', $post_links[0] ) ); return array_values( $post_links );
the line 425 is this:
“#((?:[w-]+://?|[wd]+[.])[^s()<>]+[.](?:([wd]+)|(?:[^
!()[]{};:'”.,<>???“”‘’s]|(?:[:]d+)?/?)+))#”,what can i do ? please
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘pars error in function.php’ is closed to new replies.