Making WordPress.org


Ignore:
Timestamp:
10/17/2019 05:16:38 AM (7 years ago)
Author:
dd32
Message:

WordPress.org: Load Google Tag Manager through an mu-plugin rather than loading it manually in many themes.

See #4625.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/header.php

    r9155 r9195  
    1717<body <?php body_class( 'wp-core-ui login no-js' ); ?>>
    1818<script type="text/javascript">document.body.className = document.body.className.replace('no-js','js');</script>
    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<?php wp_body_open(); ?>
    2020
    2121<div id="login">
Note: See TracChangeset for help on using the changeset viewer.