Document a template variable that already existed to fulfill RFE #9730.

This commit is contained in:
Colin Kuskie 2012-02-29 23:51:57 -08:00
parent d2f157ddea
commit 92f4a5f1af
3 changed files with 16 additions and 8 deletions

View file

@ -21,12 +21,18 @@ our $I18N = {
lastUpdated => 1230844137,
},
'user_full_name' => {
message => q{The full name of the user},
'profile_user_id' => {
message => q{The userId of the user whose account is being viewed.},
context => q{template variable},
lastUpdated => 1230844137,
},
'user_full_name' => {
message => q{The full name of the user whose account is being viewed},
context => q{template variable},
lastUpdated => 1330588033,
},
'user_member_since' => {
message => q{The date this user created their account on the site, in epoch format. Use the Date macro to change the format.},
context => q{template variable},