• I’m using 3.0 beta release 2 on one of my own sites, just to see how it goes, and I’m using the theme Aparatus.

    I’ve added theme support on other themes, so I know it works, obviously.

    But when I tried to add it to this particular theme, I got this error message:

    Parse error: syntax error, unexpected T_STRING in …functions.php on line 244

    Line 244 is the line below <td width =”80% …. and was nowhere near where I pasted the nav support code.

    Any thoughts as to why the nav code would break the theme? The theme doesn’t have any built in navigation options of its own.

    case "checkbox":
    ?>
    <tr>
    <td width="20%" rowspan="2" valign="middle"><strong><?php echo $value['name']; ?></strong></td>
    <td width="80%"><?php if(get_option($value['id'])){ $checked = "checked=\"checked\""; }else{ $checked = "";} ?>
    <input type="checkbox" name="<?php echo $value['id']; ?>" id="<?php echo $value['id']; ?>" value="true" <?php echo $checked; ?> />
    </td>
    </tr>
  • The topic ‘T String error after adding 3.0 menu support to functions’ is closed to new replies.