r58710 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r58709
|
r58710
|
r58711
>
Date:
14:23, 7 November 2009
Author:
dale
Status:
ok
Tags:
Comment:
* added wiki title key to oggHanderl video tag output
Modified paths:
/trunk/extensions/OggHandler/OggHandler_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/OggHandler/OggHandler_body.php
—
—
@@ -697,6 +697,7 @@
698
698
$videoAttr = array(
699
699
'id' => $id,
700
700
'src' => $url,
701
+ 'wikiTitleKey' => $this->file->getTitle()->getDBKey(),
701
702
'style' => "width:{$width}px;height:{$playerHeight}px",
702
703
'thumbnail'=>$thumb_url,
703
704
'controls'=> 'true',
Status & tagging log
02:09, 11 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r58710
[
removed:
new
added:
ok]