r76541 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r76540
|
r76541
|
r76542
>
Date:
20:06, 11 November 2010
Author:
btongminh
Status:
ok
Tags:
Comment:
Fix fail from
r57867
: tooltip param was never used in HTMLForm
Modified paths:
/trunk/phase3/includes/HTMLForm.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/HTMLForm.php
—
—
@@ -908,7 +908,7 @@
909
909
910
910
global $wgUser;
911
911
912
- return $wgUser->getSkin()->tooltipAndAccessKeyAttribs();
912
+ return $wgUser->getSkin()->tooltipAndAccessKeyAttribs( $this->mParams['tooltip'] );
913
913
}
914
914
915
915
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r57867
Update HTMLForm for upcoming Special:Upload rewrite....
btongminh
19:29, 18 October 2009
Status & tagging log
22:40, 2 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r76541
[
removed:
new
added:
ok]