Removed Footer Text

This commit is contained in:
ultimatemember
2015-01-19 18:59:23 +02:00
parent cc105c3e2a
commit 6b8b8a95f9
-10
View File
@@ -13,19 +13,9 @@ class UM_Admin_Enqueue {
add_filter('admin_body_class', array(&$this, 'admin_body_class'), 9 );
add_filter('enter_title_here', array(&$this, 'enter_title_here') );
add_filter('admin_footer_text', array(&$this, 'admin_footer_text'), 1111 );
}
/***
*** @Show footer text
***/
function admin_footer_text() {
$copyright = sprintf(__('Thank you for creating with <a href="http://ultimatemember.com">Ultimate Member</a> and <a href="https://wordpress.org">WordPress</a>.','ultimatemember'));
return '<span id="footer-thankyou">' . $copyright . '</span>';
}
/***
*** @enter title placeholder
***/