New to PHP and changed some code further down than line 1 on a WordPress site. Using Dreamweaver CC to upload. Getting:
Parse error: syntax error, unexpected T_IF in /home/jodyrein/public_html/www.writersblogfinder.com/wp-content/themes/rockthebook/functions.php on line 1
at www.writersblogfinder.com
Here is the first few lines of code:
<?php
/**
* rockthebook functions and definitions
*
* @package rockthebook
*/
/**
* Set the content width based on the theme's design and stylesheet.
*/
if ( ! isset( $content_width ) )
$content_width = 640; /* pixels */