Skip to content

Commit b39a7d5

Browse files
committedMar 9, 2012
Fixed bug 12297 - keywords.form help text
1 parent d55f8ee commit b39a7d5

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
 

‎docs/changelog/7.x.x.txt

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

‎lib/WebGUI/Help/Asset_Post.pm

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ our $HELP = {
3232
{ 'name' => 'isNewThread' },
3333
{ 'name' => 'archive.form' },
3434
{ 'name' => 'sticky.form' },
35+
{ 'name' => 'keywords.form' },
3536
{ 'name' => 'lock.form' },
3637
{ 'name' => 'isThread' },
3738
{ 'name' => 'isEdit' },

‎lib/WebGUI/i18n/English/Asset_Post.pm

+5
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ editing an existing Post.|,
6969
lastUpdated => 1149829706,
7070
},
7171

72+
'keywords.form' => {
73+
message => q|A text input box to enter keywords.|,
74+
lastUpdated => 1149829706,
75+
},
76+
7277
'sticky.form' => {
7378
message => q|A yes/no button to set the thread to be sticky, so that it stays at the top of the forum listing.|,
7479
lastUpdated => 1149829706,

0 commit comments

Comments
 (0)