No, you stated -
Quote:
Find should either include the "}" in the end, or step 8.8 should get rid of the "}" in the end so it should look like this:
|
My note had to do with the actual line that needed to be found -
In the directions, it says to find -
eval('$postbits .= "' .
fetch_template($template) . '";');
fetch_template($template) is the part that is wrong.....
it should be -
Find : eval('$postbits .= "' .
fetch_template('printthreadbit') . '";');
Notice the bold