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:
parent
14b37dc51d
commit
0843c2cf22
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue