https://bugzilla.wikimedia.org/show_bug.cgi?id=22229
Summary: OutputPage.php function output: use wfMsg(
'editthispage' ) instead of ( 'edit' )
Product: MediaWiki
Version: 1.16-svn
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: Normal
Component: Page rendering
AssignedTo: [email protected]
ReportedBy: [email protected]
While debugging another module (the Interwiki extension which says in the table
of interwiki links "edit this page" instead of simply "edit), I found what
looks to be an old message string text bug in the core OutputPage.php:
In OutputPage.php public function output line 942 seq. I found
if( $wgUniversalEditButton ) {
....
title' => wfMsg( 'edit' ),
....
'title' => wfMsg( 'edit' ),
I am pretty sure that here twice 'editthispage' was originall meant (but pls.
review and correct me, if I am wrong).
Remark: compare with Skin.php function editThisPage which uses the correct
message string "editthispage" is used.
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l