function _revisioning_view_revision in Revisioning 6.4
Same name and namespace in other branches
- 8 revisioning.module \_revisioning_view_revision()
- 6.3 revisioning.module \_revisioning_view_revision()
- 7 revisioning.module \_revisioning_view_revision()
Callback to view a particular revision.
1 string reference to '_revisioning_view_revision'
- revisioning_menu in ./
revisioning.module - Implementation of hook_menu().
File
- ./
revisioning.module, line 823 - Allows the creation and modification of pre-published as well as live content while the current revision remains unchanged and publicly visible until the changes have been reviewed by a moderator.
Code
function _revisioning_view_revision($node) {
return node_page_view($node);
}