Changeset 3491 for trunk/wp-admin/admin-footer.php
- Timestamp:
- 01/28/2006 06:41:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-footer.php
r3317 r3491 9 9 <?php do_action('admin_footer', ''); ?> 10 10 <script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script> 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; ?> 15 11 16 </body> 12 17 </html>
Note: See TracChangeset
for help on using the changeset viewer.