Fixed bug 12297 - keywords.form help text

This commit is contained in:
Chris Liu 2012-03-09 14:23:47 -06:00
parent d55f8ee897
commit b39a7d5f0f
3 changed files with 7 additions and 0 deletions

View file

@ -1,4 +1,5 @@
7.10.25
- fixed #12297: keywords.form missing from Post template help
- fixed #12321: Error while deleting a group.
- fixed #12322: Cache/CHI stomps on the config file
- fixed #12327: HttpProxy does not clean up cookie jar storage locations

View file

@ -32,6 +32,7 @@ our $HELP = {
{ 'name' => 'isNewThread' },
{ 'name' => 'archive.form' },
{ 'name' => 'sticky.form' },
{ 'name' => 'keywords.form' },
{ 'name' => 'lock.form' },
{ 'name' => 'isThread' },
{ 'name' => 'isEdit' },

View file

@ -69,6 +69,11 @@ editing an existing Post.|,
lastUpdated => 1149829706,
},
'keywords.form' => {
message => q|A text input box to enter keywords.|,
lastUpdated => 1149829706,
},
'sticky.form' => {
message => q|A yes/no button to set the thread to be sticky, so that it stays at the top of the forum listing.|,
lastUpdated => 1149829706,