https://bugzilla.wikimedia.org/show_bug.cgi?id=16784
Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Reedy <[email protected]> 2011-07-09 01:30:13 UTC --- #$wgStyleSheetPath = '/w/skins-1.17'; if ( $wgDBname == 'testwiki' ) { // Make testing skin/JS changes easier $wgExtensionAssetsPath = 'http://test.wikipedia.org/w/extensions-1.17'; $wgStyleSheetPath = 'http://test.wikipedia.org/w/skins-1.17'; } else { $wgExtensionAssetsPath = 'http://bits.wikimedia.org/w/extensions-1.17'; $wgStyleSheetPath = 'http://bits.wikimedia.org/skins-1.17'; } I'm presuming this isn't the case any more? -- 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
