Twenty Twelve: fix comments in two files, for accuracy.

git-svn-id: http://core.svn.wordpress.org/trunk@22059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-09-27 15:23:15 +00:00
parent ace823cac9
commit 3ee6f22143
2 changed files with 1 additions and 3 deletions

View File

@ -70,7 +70,7 @@ function twentytwelve_header_style() {
.site-title, .site-title,
.site-description { .site-description {
position: absolute !important; position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px 1px 1px 1px); /* IE7 */
clip: rect(1px, 1px, 1px, 1px); clip: rect(1px, 1px, 1px, 1px);
} }
<?php <?php

View File

@ -3,8 +3,6 @@
* *
* Contains handlers to make Theme Customizer preview reload changes asynchronously. * Contains handlers to make Theme Customizer preview reload changes asynchronously.
* Things like site title, description, and background color changes. * Things like site title, description, and background color changes.
*
* See related settings in twentytwelve_customize_preview_js()
*/ */
( function( $ ) { ( function( $ ) {