clarify that the User macro displays information about the current user
This commit is contained in:
parent
610520e29a
commit
0f3ae770b2
1 changed files with 2 additions and 2 deletions
|
|
@ -16,11 +16,11 @@ our $I18N = {
|
||||||
message => q|
|
message => q|
|
||||||
|
|
||||||
<p><b>^User();</b><br />
|
<p><b>^User();</b><br />
|
||||||
This macro will allow you to display any information from a user's account or profile. For instance, if you wanted to display a user's email address you'd create this macro: ^User("email");
|
This macro will allow you to display any information from the current user's account or profile. For instance, if you wanted to display a user's email address you'd create this macro: ^User("email");
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|,
|
|,
|
||||||
lastUpdated => 1146607187,
|
lastUpdated => 1153172116,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue