Use different query number syntax and hide time and queries by default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0864fdf0f2
commit
ba7695637b
|
@ -109,6 +109,6 @@ require('./wp-blog-header.php');
|
|||
|
||||
</div>
|
||||
|
||||
<p class="credit"><!--<?php echo $wpdb->querycount; ?> queries.--> <?php timer_stop(1); ?> — <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform")); ?></cite></p>
|
||||
<p class="credit"><!--<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform")); ?></cite></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue