What do publish and unpublish mean?
These two terms, "publish" and "unpublish," appear in the development version of askbot. What do they mean?
To be more specific, these terms can be found at
askbot/templates/question/answer_controls.html
in the following lines:
{% trans %}unpublish{% endtrans %} {% else %} {% endif %}
Comments