Page MenuHomePhabricator

Investigate wmgDonationInterface in CommonSettings
Open, Needs TriagePublic

Description

if ( $wmgDonationInterface ) {
        // Regular DonationInterface should not be enabled on the WMF cluster.
        // So, only load i18n files for DonationInterface -awjrichards 1 November 2011
        require_once( "$IP/extensions/DonationInterface/donationinterface_langonly.php" );
}

Is this code actually needed at all? It's loaded into extension-list, so this gets used by scap and l10nupdate, meaning this doesn't actually do anything...