Parse error
-
Man, did I ever do something wrong.
I am using the theme Magazine Basic. I went into the functions.php file and changed “Latest Story” to “Today’s Top Topic” and I got the following error message:
Parse error: syntax error, unexpected T_STRING in D:\Hosting\7749446\html\wp-content\themes\magazine-basic\functions.php on line 720
Then I went back in and changed it back to “Latest Story” and I still get that same Parse error message, and I get it on every page of my site.
I did not change anything else at all, no coding or anything.
Here is that area of code
[please use the ‘code’ button to mark any code]
// <?php break; case "latest_story": ?> <div class="postbox"> <div class="handlediv" title="Click to toggle"></div><h3 class='hndle'><span><?php echo $value['name']; ?></span><small> - <?php echo $value['desc']; ?></small></h3> <div class="inside"> <input name="<?php echo $value['id']; ?>" type="checkbox"<?php if(theme_option($value['id']) == "on") { echo ' checked="checked"'; } ?> />?<label><?php _e('Display <strong>"Latest Story"</strong>', "magazine-basic"); ?></label> <br class="clear" /> </div>//
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Parse error’ is closed to new replies.