r112071 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112070
|
r112071
|
r112072
>
Date:
00:36, 22 February 2012
Author:
aaron
Status:
ok
Tags:
Comment:
Made getIRCActionText() public again...since the old LogPage still uses it, ugh
Modified paths:
/trunk/phase3/includes/logging/LogFormatter.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/logging/LogFormatter.php
—
—
@@ -169,7 +169,7 @@
170
170
* @see getActionText()
171
171
* @return string text
172
172
*/
173
- protected function getIRCActionText() {
173
+ public function getIRCActionText() {
174
174
$this->plaintext = true;
175
175
$text = $this->getActionText();
176
176
Follow-up revisions
Revision
Commit summary
Author
Date
r112073
MFT
r112045
,
r112046
,
r112049
,
r112061
,
r112062
,
r112063
,
r112065
,
r112066
,
r...
reedy
00:54, 22 February 2012
Status & tagging log
00:51, 22 February 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r112071
[
removed:
new
added:
ok]