diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 0011e30a9..bd9f645d1 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/Help/Asset_Post.pm b/lib/WebGUI/Help/Asset_Post.pm index 63758f58b..0c4ba0a46 100644 --- a/lib/WebGUI/Help/Asset_Post.pm +++ b/lib/WebGUI/Help/Asset_Post.pm @@ -32,6 +32,7 @@ our $HELP = { { 'name' => 'isNewThread' }, { 'name' => 'archive.form' }, { 'name' => 'sticky.form' }, + { 'name' => 'keywords.form' }, { 'name' => 'lock.form' }, { 'name' => 'isThread' }, { 'name' => 'isEdit' }, diff --git a/lib/WebGUI/i18n/English/Asset_Post.pm b/lib/WebGUI/i18n/English/Asset_Post.pm index 786bd0132..48ed48478 100644 --- a/lib/WebGUI/i18n/English/Asset_Post.pm +++ b/lib/WebGUI/i18n/English/Asset_Post.pm @@ -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,