You are here

function theme_user_rev_diff_user_revisions in User Revision 7.2

Theme function to display the revisions formular with means to select two revisions. Do not call this function direclty. Use theme('user_rev_diff_user_revisions', $vars);

File

diff/user_rev_diff.api.php, line 96
API functions for the user_rev_diff module. WARNING: Do NOT include this file ANYWHERE. This file is only used to have all API functions in one place for documentation purposed. If this file is included you will get error messages, possibly fatal…

Code

function theme_user_rev_diff_user_revisions($vars) {
}