Extra handy plugin hook.
git-svn-id: https://develop.svn.wordpress.org/trunk@1625 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3c0cfd3fc8
commit
ddf3274786
|
@ -55,6 +55,8 @@ else :
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<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>
|
<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>
|
||||||
|
|
||||||
|
<?php do_action('wp_footer', '');
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
Loading…
Reference in New Issue