(bug 40820) Revert my changes to includes/actions/CreditsAction.php
[lhc/web/wiklou.git] / includes / actions / InfoAction.php
index 2f4a4bd..e09cd20 100644 (file)
@@ -96,9 +96,9 @@ class InfoAction extends FormlessAction {
                }
 
                // Page credits
-               if ( $title->exists() ) {
+               /*if ( $title->exists() ) {
                        $content .= Html::rawElement( 'div', array( 'id' => 'mw-credits' ), $this->getContributors() );
-               }
+               }*/
 
                return $content;
        }