From: Ian Weller Date: Tue, 27 Dec 2016 20:08:22 +0000 (-0500) Subject: fixing favicon X-Git-Tag: v1.0.6^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c2fa1ccfe0b9b3084ad76a91c9ba078dc21307fd;p=WP-Themes%2Fcapstone.git fixing favicon replacing the 'bloginfo' php reference with 'get_stylesheet' php reference. --- diff --git a/parts/header-meta.php b/parts/header-meta.php index 9a471b1..79be3da 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -3,7 +3,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index 89d4bd0..898b1c0 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Capstone Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Capstone -Version: 1.0.5 +Version: 1.0.6 */