Merge "Document that text from getSecondaryLinks() isn't escaped"

This commit is contained in:
jenkins-bot 2015-10-29 17:33:20 +00:00 committed by Gerrit Code Review
commit 0442658bf3

View file

@ -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();