I just don't see anything different.
Here's the story behind this.
A new client of mine had already a site hosed in Godaddy. I took over and decided to go for WordPress, right away I started having issues with godaddy, page too slow to load, lost my FTP access and no FTP File manager either.
There was nothing I could do, the guys at support were totally useless, always came back with different and random replies but always blaming that the error was on my side.
I couldn't touched the site in almost 3 weeks, there was nothing I could do with no access to anything.
Then one day I received an email from godaddy saying there was a WP update, so I updated WP I mean what could happen, well 2 days later this new syntax error appeared and clearly Its something on godaddy's side cause I haven't touched the site in 4 weeks now.
As normal, the godaddy guys are just pathetic and worthless and so Im looking for a solution on my own.
That's why I mentioned that the WP version is 3.5 cause in theory Godaddy did the update, but now im just not too sure, dont know what to do!
Here's what I have on my wp-config.php from line 1 to 27
<?php/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
[ Redacted. Please do not post that info here it's dangerous. ]
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');