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

git-svn-id: https://develop.svn.wordpress.org/trunk@22059 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-09-27 15:23:15 +00:00
parent 4f4bdde377
commit bd9a91c240
2 changed files with 1 additions and 3 deletions

View File

@ -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);
}
<?php

View File

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