Document the heretofore missing date template variable in
the Syndicated Content item loop.
This commit is contained in:
parent
88973add2f
commit
b249b98a86
2 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ our $HELP = {
|
||||||
'variables' => [
|
'variables' => [
|
||||||
{ 'name' => 'title' },
|
{ 'name' => 'title' },
|
||||||
{ 'name' => 'link' },
|
{ 'name' => 'link' },
|
||||||
|
{ 'name' => 'date' },
|
||||||
{ 'name' => 'category' },
|
{ 'name' => 'category' },
|
||||||
{ 'name' => 'author' },
|
{ 'name' => 'author' },
|
||||||
{ 'name' => 'guid' },
|
{ 'name' => 'guid' },
|
||||||
|
|
|
||||||
|
|
@ -121,6 +121,11 @@ our $I18N = {
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'date' => {
|
||||||
|
message => q|The publication date for this item.|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
},
|
||||||
|
|
||||||
'author' => {
|
'author' => {
|
||||||
message => q|The publisher of this item.|,
|
message => q|The publisher of this item.|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue