r54997 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r54996
|
r54997
|
r54998
>
Date:
08:12, 14 August 2009
Author:
raymond
Status:
ok
Tags:
Comment:
Recommit
r52524
(ialex) after general revert
r54735
: '' => null when 'descriptionmsg' is not set in $wgExtensionCredits to match $descriptionMsg's default value in SpecialVersion::formatCredits()
Modified paths:
/trunk/phase3/includes/specials/SpecialVersion.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialVersion.php
—
—
@@ -207,7 +207,7 @@
208
208
isset ( $extension['author'] ) ? $extension['author'] : '',
209
209
isset ( $extension['url'] ) ? $extension['url'] : null,
210
210
isset ( $extension['description'] ) ? $extension['description'] : '',
211
- isset ( $extension['descriptionmsg'] ) ? $extension['descriptionmsg'] : ''
211
+ isset ( $extension['descriptionmsg'] ) ? $extension['descriptionmsg'] : null
212
212
);
213
213
}
214
214
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r52524
'' => null when 'descriptionmsg' is not set in $wgExtensionCredits to match $...
ialex
17:42, 28 June 2009
r54735
Revert Special:Version to known-good state as of
r52060
, without the ten bill...
brion
20:15, 10 August 2009
Status & tagging log
00:14, 19 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r54997
[
removed:
new
added:
ok]