Fixed bug 12297 - keywords.form help text
This commit is contained in:
parent
d55f8ee897
commit
b39a7d5f0f
3 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ our $HELP = {
|
|||
{ 'name' => 'isNewThread' },
|
||||
{ 'name' => 'archive.form' },
|
||||
{ 'name' => 'sticky.form' },
|
||||
{ 'name' => 'keywords.form' },
|
||||
{ 'name' => 'lock.form' },
|
||||
{ 'name' => 'isThread' },
|
||||
{ 'name' => 'isEdit' },
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue