Mattflaschen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/172928

Change subject: Hygiene: ApiFlowReply: Correct param documentation
......................................................................

Hygiene: ApiFlowReply: Correct param documentation

This creates a reply, not a topic.

Change-Id: I01f698828edf48c85abb4573d217863bf57f8378
---
M i18n/en.json
M includes/api/ApiFlowReply.php
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/28/172928/1

diff --git a/i18n/en.json b/i18n/en.json
index 88c2f9f..369a75c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -422,7 +422,7 @@
        "apihelp-flow+new-topic-example-1": "Create a new topic on 
[[Talk:Sandbox]]",
        "apihelp-flow+reply-description": "Replies to a post.",
        "apihelp-flow+reply-param-replyTo": "Post ID to reply to.",
-       "apihelp-flow+reply-param-content": "Content for new topic.",
+       "apihelp-flow+reply-param-content": "Content for new post.",
        "apihelp-flow+reply-example-1": "Reply to a post on 
[[Topic:S2tycnas4hcucw8w]]",
        "apihelp-flow+view-header-description": "View a board header.",
        "apihelp-flow+view-header-param-contentFormat": "Format to return the 
content in.",
diff --git a/includes/api/ApiFlowReply.php b/includes/api/ApiFlowReply.php
index d3b82ce..4bf4f8d 100644
--- a/includes/api/ApiFlowReply.php
+++ b/includes/api/ApiFlowReply.php
@@ -34,7 +34,7 @@
        public function getParamDescription() {
                return array(
                        'replyTo' => 'Post ID to reply to',
-                       'content' => 'Content for new topic',
+                       'content' => 'Content for new post',
                );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/172928
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I01f698828edf48c85abb4573d217863bf57f8378
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to