r108787 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108786‎ | r108787 | r108788 >
Date:02:37, 13 January 2012
Author:reedy
Status:ok
Tags:
Comment:
Push msg from ContextSource/RequestContext into IContextSource
Modified paths:
  • /trunk/phase3/includes/context/IContextSource.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/context/IContextSource.php
@@ -86,5 +86,12 @@
8787 * @return Skin
8888 */
8989 public function getSkin();
 90+
 91+ /**
 92+ * Get a Message object with context set
 93+ *
 94+ * @return Message object
 95+ */
 96+ public function msg();
9097 }
9198

Status & tagging log