Changeset 3492

Show
Ignore:
Timestamp:
01/29/06 00:12:14 (3 years ago)
Author:
ryan
Message:

TB fix. fixes #2197

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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>