mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
0227278f26
commit
b5853fcd19
@ -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
|
||||
|
@ -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( $ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user