I need help with the following error
Posted: Sun Jul 11, 2010 10:05 pm
I am looking for some help with the following error:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';' in /home/content/k/u/c/kucharskiba/html/wp-content/themes/JobPress 2/functions-sub.php on line 1882
Here is the code from line 1882:
I am new to coding and looking for some help.
Thank you in advance.
Brent
Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';' in /home/content/k/u/c/kucharskiba/html/wp-content/themes/JobPress 2/functions-sub.php on line 1882
Here is the code from line 1882:
Code: Select all
echo '<th class="'.($n%2==0?'alternate':'').' check-column" valign="top" style="font-size:11px;"><input type="checkbox" name="post[]" value="'.$post_arr[$n]->ID.'" style="width:14px; height:14px;" /></th>';
Thank you in advance.
Brent