2003-12-11 13:55:18 -05:00
|
|
|
|
2005-11-16 19:51:34 -05:00
|
|
|
<div id="footer"><p><a href="http://wordpress.org/" id="wordpress-logo"><img src="images/wordpress-logo.png" alt="WordPress" /></a></p>
|
|
|
|
<p>
|
2005-04-18 12:05:33 -04:00
|
|
|
<a href="http://codex.wordpress.org/"><?php _e('Documentation'); ?></a> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a> <br />
|
2005-11-16 19:51:34 -05:00
|
|
|
<?php bloginfo('version'); ?> — <?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>
|
2003-10-26 15:31:50 -05:00
|
|
|
</p>
|
2004-09-15 11:09:39 -04:00
|
|
|
|
2004-07-23 03:50:21 -04:00
|
|
|
</div>
|
2004-05-22 04:45:36 -04:00
|
|
|
<?php do_action('admin_footer', ''); ?>
|
2005-12-14 01:27:30 -05:00
|
|
|
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
|
2006-01-28 13:41:19 -05:00
|
|
|
|
2006-01-28 19:12:14 -05:00
|
|
|
<?php
|
|
|
|
if ( (substr(php_sapi_name(), 0, 3) == 'cgi') && spawn_pinger() ) {
|
|
|
|
echo '<iframe id="pingcheck" src="' . get_settings('siteurl') .'/wp-admin/execute-pings.php?time=' . time() . '" style="border:none;width:1px;height:1px;"></iframe>';
|
|
|
|
}
|
|
|
|
?>
|
2006-01-28 13:41:19 -05:00
|
|
|
|
2003-05-22 08:12:53 -04:00
|
|
|
</body>
|
2006-01-28 13:41:19 -05:00
|
|
|
</html>
|