You are here

function theme_user_rev_diff_inline_metadata in User Revision 7.2

Same name in this branch
  1. 7.2 diff/user_rev_diff.api.php \theme_user_rev_diff_inline_metadata()
  2. 7.2 diff/user_rev_diff.theme.inc \theme_user_rev_diff_inline_metadata()

Display inline diff metadata. Do not call this function direclty. Use theme('user_rev_diff_inline_metadata', $vars);

See also

user_rev_diff_inline_show().

1 theme call to theme_user_rev_diff_inline_metadata()
user_rev_diff_inline_show in diff/user_rev_diff.pages.inc
Show the inline diff of a given user object v. the user with $old_vid. If $old_vid = 0 returns the normally rendered content of the user object. If metadata is TRUE a header will be added with a legend explaining the color code. This function returns…

File

diff/user_rev_diff.api.php, line 105
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_inline_metadata($vars) {
}