mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
Merge "Document that text from getSecondaryLinks() isn't escaped"
This commit is contained in:
commit
0442658bf3
|
@ -177,7 +177,7 @@ abstract class EchoEventPresentationModel {
|
|||
/**
|
||||
* Possibly-relative URLs to the secondary links
|
||||
*
|
||||
* @return array URL => link text
|
||||
* @return array URL => link text (non-escaped)
|
||||
*/
|
||||
public function getSecondaryLinks() {
|
||||
return array();
|
||||
|
|
Loading…
Reference in a new issue