Moved credit and timer call so that it more acurately reflects the time taken to generate the page.
git-svn-id: https://develop.svn.wordpress.org/trunk@415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0451a97940
commit
5510b040b8
@ -73,9 +73,6 @@ require_once($abspath.'wp-links/links.php');
|
|||||||
|
|
||||||
</div>
|
</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">
|
<div id="menu">
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@ -125,5 +122,7 @@ require_once($abspath.'wp-links/links.php');
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>WordPress</strong></a></cite></p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -59,7 +59,6 @@ require_once($abspath.'wp-links/links.php');
|
|||||||
|
|
||||||
</div>
|
</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">
|
<div id="menu">
|
||||||
@ -118,5 +117,7 @@ require_once($abspath.'wp-links/links.php');
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>WordPress</strong></a></cite></p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user