https://bugzilla.wikimedia.org/show_bug.cgi?id=22442
--- Comment #1 from Nischay Nahata <[email protected]> 2012-03-25 08:22:08 UTC --- Created attachment 10321 --> https://bugzilla.wikimedia.org/attachment.cgi?id=10321 Replaces edit with view Links to regular Property pages have "action=view" because the link is made using $proplink = $linker->link( $title, $label, array(), array( 'action' => 'view' ) ); But links to Special Property pages are made differently, My patch serves the purpose, but if you want it to be done differently let me know. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
