functions.wp-scripts.php ERROR
-
Hello.
I Check my error log file inside this error
[03-Aug-2012 07:57:51 UTC] PHP Warning: explode() expects parameter 2 to be string, array given in /home/hakanera/public_html/wp-includes/functions.wp-scripts.php on line 135
This line is that ;
134 line if ( $src ) {
135 line $_handle = explode(‘?’, $handle);
136 line $wp_scripts->add( $_handle[0], $src, $deps,
$ver );
137 line if ( $in_footer )
138 line $wp_scripts->add_data( $_handle[0], ‘group’, 1 );
139 line }Where is the error? What can I do.
Thank you For help.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘functions.wp-scripts.php ERROR’ is closed to new replies.