https://bugzilla.wikimedia.org/show_bug.cgi?id=65079
Florian <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |florian.schmidt.welzow@t-on | |line.de --- Comment #7 from Florian <[email protected]> --- Hmm, maybe two new arrays for registered alpha/beta features? Example: registeredBeta['name'] registeredBeta['name']['desc'] registeredAlpha['name'] registeredAlpha['name']['desc'] and (for easier register a feature) two functions: registerBeta( $name string, $desc string) registerAlpha( $name string, §desc string ) On MobileOptions read the arrays and show up the registered functions. -- 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
