Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30770, comment 16


Ignore:
Timestamp:
12/19/2014 06:26:12 PM (11 years ago)
Author:
emiluzelac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30770, comment 16

    initial v1  
    66{{{
    77function twentyfifteen_js_class () {
    8     echo '<script>(function(){document.documentElement.className='js'})();</script>. "\n";
     8    echo '<script>(function(){document.documentElement.className='js'})();</script>'. "\n";
    99}
    1010add_action( 'wp_head', twentyfifteen_js_class', 1 );