Changes between Initial Version and Version 1 of Ticket #30770, comment 16
- Timestamp:
- 12/19/2014 06:26:12 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30770, comment 16
initial v1 6 6 {{{ 7 7 function twentyfifteen_js_class () { 8 echo '<script>(function(){document.documentElement.className='js'})();</script> . "\n";8 echo '<script>(function(){document.documentElement.className='js'})();</script>'. "\n"; 9 9 } 10 10 add_action( 'wp_head', twentyfifteen_js_class', 1 );