Reedy has uploaded a new change for review.
https://gerrit.wikimedia.org/r/262015
Change subject: Replace Linker::makeKnownLinkObj()
......................................................................
Replace Linker::makeKnownLinkObj()
Change-Id: I29fd402fc9928610b325a7f0f6d97d04d4fe2f96
---
M includes/pages/EntryPage.php
1 file changed, 6 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SecurePoll
refs/changes/15/262015/1
diff --git a/includes/pages/EntryPage.php b/includes/pages/EntryPage.php
index cd66989..7c8f29c 100644
--- a/includes/pages/EntryPage.php
+++ b/includes/pages/EntryPage.php
@@ -21,8 +21,12 @@
$title = SpecialPage::getTitleFor( 'SecurePoll',
'create' );
$out->addHTML(
Html::rawElement( 'p', array(),
- Linker::makeKnownLinkObj( $title,
- $this->msg(
'securepoll-entry-createpoll' )->text()
+ Linker::link(
+ $title,
+ $this->msg(
'securepoll-entry-createpoll' )->text(),
+ array(),
+ array(),
+ array( 'known' )
)
)
);
--
To view, visit https://gerrit.wikimedia.org/r/262015
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I29fd402fc9928610b325a7f0f6d97d04d4fe2f96
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SecurePoll
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits