Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F2786
loginreqpagetext.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 9:13 PM
2014-11-21 21:13:03 (UTC+0)
Size
682 B
Referenced Files
None
Subscribers
None
loginreqpagetext.patch
View Options
--- /root/software/mediawiki-1.6.3/includes/OutputPage.php 2006-04-11 03:18:02.000000000 +0200
+++ OutputPage.php 2006-05-02 14:40:10.000000000 +0200
@@ -757,7 +757,7 @@
$sk = $wgUser->getSkin();
$loginlink = $sk->makeKnownLinkObj($loginpage, wfMsg('loginreqlink'),
'returnto=' . htmlspecialchars($wgTitle->getPrefixedDBkey()));
- $this->addHTML( wfMsgHtml( 'loginreqpagetext', $loginlink ) );
+ $this->addHTML( wfMsgWikiHtml( 'loginreqpagetext', $loginlink ) );
# We put a comment in the .html file so a Sysop can diagnose the page the
# user can't see.
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2360
Default Alt Text
loginreqpagetext.patch (682 B)
Attached To
Mode
T7789: Enable wiki-text in loginreqpagetext
Attached
Detach File
Event Timeline
Log In to Comment