From: Ian Weller Date: Tue, 27 Dec 2016 20:42:08 +0000 (-0500) Subject: forgot the echo statement X-Git-Tag: v1.2.36^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=735dcd034cf279a95ab72fbf8d832b6676330ab5;p=WP-Themes%2Fgilmoremuseum.git forgot the echo statement I forgot to add the echo statement to the php call. I went back and fixed it. --- diff --git a/header.php b/header.php index 6bb9a3a..73716c4 100644 --- a/header.php +++ b/header.php @@ -4,8 +4,8 @@ <?php wp_title(); ?> - - + + diff --git a/style.css b/style.css index 4ea2245..7c8a873 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Gilmore Car Museum Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme created for Gilmore Car Museum. -Version: 1.2.35 +Version: 1.2.36 */