Changeset 3492
- Timestamp:
- 01/29/2006 12:12:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r3491 r3492 10 10 <script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script> 11 11 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 13 if ( (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 ?> 15 17 16 18 </body>
Note: See TracChangeset
for help on using the changeset viewer.