Is there a way to edit the text “thank you for creating with WordPress” in version 3.3.1 at the bottom of the CMS? If so what file do I need to edit?
Leave a Reply
You must be logged in to post a comment.
Is there a way to edit the text “thank you for creating with WordPress” in version 3.3.1 at the bottom of the CMS? If so what file do I need to edit?
You must be logged in to post a comment.
Credit definitely goes to @kaiser, but here is a full working solution. You can add this code to your functions.php file (in your theme):
Just hook into the filter. The only thing remaining will be the
<hr />
.In case you want to change it:
There you go: