Changeset 9155
- Timestamp:
- 09/28/2019 12:18:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/header.php
r8606 r9155 7 7 ?> 8 8 <!doctype html> 9 <html class="no-js"<?php language_attributes(); ?>>9 <html <?php language_attributes(); ?>> 10 10 <head> 11 11 <meta charset="utf-8"> … … 15 15 <?php wp_head(); ?> 16 16 </head> 17 <body <?php body_class( 'wp-core-ui login' ); ?>> 17 <body <?php body_class( 'wp-core-ui login no-js' ); ?>> 18 <script type="text/javascript">document.body.className = document.body.className.replace('no-js','js');</script> 18 19 <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P24PF4B" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> 19 20
Note: See TracChangeset
for help on using the changeset viewer.