Revision: 43931
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 3, 2011 17:50 by alp
Initial Code
function remove_footer_admin () { echo "Your own text"; } add_filter('admin_footer_text', 'remove_footer_admin');
Initial URL
http://www.wprecipes.com/wordpress-tip-how-to-change-the-dashboard-footer-text
Initial Description
Place snippet in functions.php
Initial Title
How to change the dashboard footer text | Wordpress
Initial Tags
wordpress
Initial Language
PHP