Document the heretofore missing date template variable in

the Syndicated Content item loop.
This commit is contained in:
Colin Kuskie 2009-01-21 23:30:21 +00:00
parent 88973add2f
commit b249b98a86
2 changed files with 6 additions and 0 deletions

View file

@ -35,6 +35,7 @@ our $HELP = {
'variables' => [
{ 'name' => 'title' },
{ 'name' => 'link' },
{ 'name' => 'date' },
{ 'name' => 'category' },
{ 'name' => 'author' },
{ 'name' => 'guid' },

View file

@ -121,6 +121,11 @@ our $I18N = {
lastUpdated => 0,
},
'date' => {
message => q|The publication date for this item.|,
lastUpdated => 0,
},
'author' => {
message => q|The publisher of this item.|,
lastUpdated => 0,