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 @@
87
87
* @return Skin
88
88
*/
89
89
public function getSkin();
90
+
91
+ /**
92
+ * Get a Message object with context set
93
+ *
94
+ * @return Message object
95
+ */
96
+ public function msg();
90
97
}
91
98
Status & tagging log
04:47, 13 January 2012
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r108787
[
removed:
new
added:
ok]