From bd9a91c240b594aa0d27788cb0eab8ff6ed738e4 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 27 Sep 2012 15:23:15 +0000 Subject: [PATCH] Twenty Twelve: fix comments in two files, for accuracy. git-svn-id: https://develop.svn.wordpress.org/trunk@22059 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/inc/custom-header.php | 2 +- wp-content/themes/twentytwelve/js/theme-customizer.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-content/themes/twentytwelve/inc/custom-header.php b/wp-content/themes/twentytwelve/inc/custom-header.php index 70affba466..977d31dda1 100644 --- a/wp-content/themes/twentytwelve/inc/custom-header.php +++ b/wp-content/themes/twentytwelve/inc/custom-header.php @@ -70,7 +70,7 @@ function twentytwelve_header_style() { .site-title, .site-description { position: absolute !important; - clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ + clip: rect(1px 1px 1px 1px); /* IE7 */ clip: rect(1px, 1px, 1px, 1px); }