remove old discussion template variables from Article template docs

This commit is contained in:
Colin Kuskie 2006-08-30 16:38:32 +00:00
parent a02f17c887
commit 84e8d8f689
3 changed files with 1 additions and 47 deletions

View file

@ -143,21 +143,6 @@ our $HELP = {
{
'name' => 'linkURL'
},
{
'name' => 'post.label'
},
{
'name' => 'post.URL'
},
{
'name' => 'replies.count'
},
{
'name' => 'replies.label'
},
{
'name' => 'replies.url'
}
],
related => [
{

View file

@ -225,44 +225,12 @@ use templates from the "page" namespace.|,
lastUpdated => 1148960553,
},
'post.label' => {
message => q|The translated label to add a comment to this article.|,
lastUpdated => 1148960553,
},
'post.URL' => {
message => q|The URL to add a comment to this article.|,
lastUpdated => 1148960553,
},
'replies.count' => {
message => q|The number of comments attached to this article.|,
lastUpdated => 1148960553,
},
'replies.label' => {
message => q|The translated text indicating that you can view the replies.|,
lastUpdated => 1148960553,
},
'replies.url' => {
message => q|The URL to view the replies to this article.|,
lastUpdated => 1148960553,
},
'73' => {
message => q|<p>The following template variables are available for article templates.</p>
|,
lastUpdated => 1148960667
},
'24' => {
message => q|Post Response|,
lastUpdated => 1031514049
},
};
1;