https://bugzilla.wikimedia.org/show_bug.cgi?id=15929
Marcin Cieślak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #2 from Marcin Cieślak <[email protected]> 2011-03-13 23:41:03 UTC --- What this patch does is to replace to the top links: * Main Page | About | Help | FAQ | Special pages | Log out (or Log in) with * Main Page | Recent changes | Edit this page | Userpage | User talk | Watchlist | My contributions | Preferences | Logout All of the above links are already available from the left-hand side sidebar, we don't need to copy Monobook here. Second thing this patch does is to replace collecting of menu items in an array and then joining them with a separator with plain string concatenation. Personally I prefer the functional style of the original code. -- 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 on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
