Parse error even without changes
-
Parse error: syntax error, unexpected T_LNUMBER, expecting T_STRING or T_VARIABLE or ‘{‘ or ‘$’ on line 4956
Here is what that line looks like
// Stop execution if there’s only 1 page
if ( 1 >= $query->max_num_pages ) {
return;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Parse error even without changes’ is closed to new replies.