Make WordPress Core

Changeset 3492


Ignore:
Timestamp:
01/29/2006 12:12:14 AM (19 years ago)
Author:
ryan
Message:

TB fix. fixes #2197

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-footer.php

    r3491 r3492  
    1010<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
    1111
    12 <?php if ( (substr(php_sapi_name(), 0, 3) == 'cgi') && spawn_pinger() ) : ?>
    13 <iframe id="pingcheck" src="' . get_settings('siteurl') .'/wp-admin/execute-pings.php?time=' . time() . '" style="border:none;width:1px;height:1px;"></iframe>
    14 <?php endif; ?>
     12<?php
     13if ( (substr(php_sapi_name(), 0, 3) == 'cgi') && spawn_pinger() ) {
     14    echo '<iframe id="pingcheck" src="' . get_settings('siteurl') .'/wp-admin/execute-pings.php?time=' . time() . '" style="border:none;width:1px;height:1px;"></iframe>';
     15}
     16?>
    1517
    1618</body>
Note: See TracChangeset for help on using the changeset viewer.