r74168 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r74167
|
r74168
|
r74169
>
Date:
22:25, 2 October 2010
Author:
siebrand
Status:
ok
Tags:
Comment:
Remove checks that are not needed on trunk (MediaWiki 1.17 and PHP 5.1.x required).
Modified paths:
/trunk/extensions/SpecialTalk/SpecialTalk.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SpecialTalk/SpecialTalk.php
—
—
@@ -29,9 +29,6 @@
30
30
$wgExtensionMessagesFiles['SpecialTalk'] = $dir . 'SpecialTalk.i18n.php';
31
31
32
32
function wfSpecialTalk() {
33
- wfUsePHP( 5.1 );
34
- wfUseMW( '1.6alpha' );
35
-
36
33
class SpecialTalk {
37
34
public function __construct() {
38
35
global $wgHooks;
Status & tagging log
23:06, 2 October 2010
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r74168
[
removed:
new
added:
ok]