Moved credit and timer call so that it more acurately reflects the time taken to generate the page.

git-svn-id: http://svn.automattic.com/wordpress/trunk@415 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-10-05 21:15:44 +00:00
parent 14b37dc51d
commit 0843c2cf22
2 changed files with 4 additions and 4 deletions

View File

@ -73,9 +73,6 @@ require_once($abspath.'wp-links/links.php');
</div>
<p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>WordPress</strong></a></cite></p>
<div id="menu">
<ul>
@ -125,5 +122,7 @@ require_once($abspath.'wp-links/links.php');
</div>
<p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>WordPress</strong></a></cite></p>
</body>
</html>

View File

@ -59,7 +59,6 @@ require_once($abspath.'wp-links/links.php');
</div>
<p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>WordPress</strong></a></cite></p>
<div id="menu">
@ -118,5 +117,7 @@ require_once($abspath.'wp-links/links.php');
</div>
<p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>WordPress</strong></a></cite></p>
</body>
</html>