https://bugzilla.wikimedia.org/show_bug.cgi?id=29134
Max Semenik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Max Semenik <[email protected]> 2011-05-25 18:51:47 UTC --- $wgExtensionCredits['other'][] = array( 'path' => __FILE__, 'name' => 'Foo', 'author' => array( 'Foo Barson' ), 'url' => 'http://mediawiki.org/wiki/Extension:Foo', 'descriptionmsg' => 'foo-desc', 'dependencies' => array( 'bar', 'baz', 'lulz' ), ); ? -- 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
