Nemo bis has uploaded a new change for review.

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

Change subject: Typofix in wrapWikiMsg() comment, smoother sentence
......................................................................

Typofix in wrapWikiMsg() comment, smoother sentence

Change-Id: Ic0ebc94cec68ee1515d4c98d49b26a6f9148e95e
---
M includes/OutputPage.php
1 file changed, 7 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/35/183535/1

diff --git a/includes/OutputPage.php b/includes/OutputPage.php
index 7b79506..67d23e0 100644
--- a/includes/OutputPage.php
+++ b/includes/OutputPage.php
@@ -3789,12 +3789,13 @@
         * This function takes a number of message/argument specifications, 
wraps them in
         * some overall structure, and then parses the result and adds it to 
the output.
         *
-        * In the $wrap, $1 is replaced with the first message, $2 with the 
second, and so
-        * on. The subsequent arguments may either be strings, in which case 
they are the
-        * message names, or arrays, in which case the first element is the 
message name,
-        * and subsequent elements are the parameters to that message.
+        * In the $wrap, $1 is replaced with the first message, $2 with the 
second,
+        * and so on. The subsequent arguments may be either
+        * 1) strings, in which case they are message names, or
+        * 2) arrays, in which case, within each array, the first element is 
the message
+        *    name, and subsequent elements are the parameters to that message.
         *
-        * Don't use this for messages that are not in users interface language.
+        * Don't use this for messages that are not in the user's interface 
language.
         *
         * For example:
         *
@@ -3805,7 +3806,7 @@
         *    $wgOut->addWikiText( "<div class='error'>\n"
         *        . wfMessage( 'some-error' )->plain() . "\n</div>" );
         *
-        * The newline after opening div is needed in some wikitext. See bug 
19226.
+        * The newline after the opening div is needed in some wikitext. See 
bug 19226.
         *
         * @param string $wrap
         */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic0ebc94cec68ee1515d4c98d49b26a6f9148e95e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Nemo bis <[email protected]>

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

Reply via email to