summaryrefslogtreecommitdiffstats
path: root/wp-admin/admin-footer.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-11-23 12:10:11 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-11-23 12:10:11 +0000
commitfc4fde5e4f5135d0e892a712c0e9e00f485062ed (patch)
tree96f6e21dc365019d56501788c0eb97824885f120 /wp-admin/admin-footer.php
parentdd831075334e907d5d7ce022a2766f74b3907dcb (diff)
downloadwordpress-mu-fc4fde5e4f5135d0e892a712c0e9e00f485062ed.tar.gz
wordpress-mu-fc4fde5e4f5135d0e892a712c0e9e00f485062ed.tar.xz
wordpress-mu-fc4fde5e4f5135d0e892a712c0e9e00f485062ed.zip
Echo the footer text, props chmac, fixes #507
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1163 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/admin-footer.php')
-rw-r--r--wp-admin/admin-footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/admin-footer.php b/wp-admin/admin-footer.php
index 9bb210e..95e1cdc 100644
--- a/wp-admin/admin-footer.php
+++ b/wp-admin/admin-footer.php
@@ -2,7 +2,7 @@
<div id="footer">
<?php
$footer_text = '<p>' . __('Thank you for creating with <a href="http://mu.wordpress.org/">WordPress MU</a>') . ' | ' . __('<a href="http://mu.wordpress.org/docs/">Documentation</a>') . '</p>';
-$footer_text = apply_filters( 'admin_footer_text', $footer_text );
+echo apply_filters( 'admin_footer_text', $footer_text );
?>
</div>
<?php do_action('admin_footer', ''); ?>