Everything looks right to me in the config file. This is what I get when I try to load the root domain (with the address swapped out for the location on the server)
' ); } } ?> _HOST ); } ?> ?> ter() ) return str_replace( 'WordPress', 'WordPress', $text ); // Still here? Use the more judicious replacement static $dblq = false; if ( false === $dblq ) $dblq = _x('“', 'opening curly quote'); return str_replace( array( ' WordPress', '‘Wordpress', $dblq . 'WordPress', '>WordPress', '(WordPress' ), array( ' WordPress', '‘WordPress', $dblq . 'WordPress', '>WordPress', '(WordPress' ), $text ); } ?> ) ) return true; } return false; } ?> t', array(&$post)); return true; } ?> _theme_mod' ); ?> result = " $type='$type'"; else $result = ''; if ( $echo ) echo $result; return $result; } ?> } ?>
Parse error: syntax error, unexpected ')' in /wp-includes/post.php on line 4721
I checked line 4721 of post.php and it reads this:
if ( false == wp_verify_nonce( $_GET['preview_nonce'], 'post_preview_' . $id ) )
not sure what to do?