I understand that you can control the ability to publish a page like this:
function canPublish(){return false;}
I want users to be able to publish pages however I do NOT want them to be able to UNPUBLISH pages.
How can I remove the "Unpublish" button but keep the "Save and Publish" button?