mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-20 01:25:30 +01:00
23 lines
792 B
PHP
23 lines
792 B
PHP
|
</div>
|
||
|
</td></table>
|
||
|
<?php
|
||
|
if ($debug=="1") {
|
||
|
echo "<p>$querycount queries - ".number_format(timer_stop(),3)." seconds";
|
||
|
}
|
||
|
?>
|
||
|
<p> </p>
|
||
|
<div align="center" style="width: 100%" class="tabletoprow"><strong><a href="http://wordpress.org">WordPress</a></strong> <?php echo $b2_version ?> <a href="http://wordpress.org/support/">Support Forums</a></div>
|
||
|
|
||
|
<!-- this is for the spellchecker -->
|
||
|
<form name="SPELLDATA"><div>
|
||
|
<input name="formname" type="hidden" value="">
|
||
|
<input name="messagebodyname" type="hidden" value="">
|
||
|
<input name="subjectname" type="hidden" value="">
|
||
|
<input name="companyID" type="hidden" value="">
|
||
|
<input name="language" type="hidden" value="">
|
||
|
<input name="opener" type="hidden" value="">
|
||
|
<input name="formaction" type="hidden" value="">
|
||
|
</div></form>
|
||
|
|
||
|
</body>
|
||
|
</html>
|