Changeset 8276
- Timestamp:
- 02/19/2019 04:45:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/header.php
r6660 r8276 14 14 <meta name="viewport" content="width=device-width, initial-scale=1"> 15 15 16 <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': 17 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], 18 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 19 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); 20 })(window,document,'script','dataLayer','GTM-P24PF4B');</script> 21 16 22 <?php wp_head(); ?> 17 23 </head> 18 24 <body <?php body_class( 'wp-core-ui login' ); ?>> 25 <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P24PF4B" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> 19 26 20 27 <div id="login">
Note: See TracChangeset
for help on using the changeset viewer.