Special:EditWatchlist/clear: use destructive button
authorglaisher <glaisher.wiki@gmail.com>
Sun, 23 Nov 2014 06:07:21 +0000 (11:07 +0500)
committerglaisher <glaisher.wiki@gmail.com>
Sun, 23 Nov 2014 06:07:21 +0000 (11:07 +0500)
Change-Id: Ic229c4cce391c9f432b4a98fd40a86c537609936

includes/specials/SpecialEditWatchlist.php

index bc63e99..9007603 100644 (file)
@@ -705,6 +705,7 @@ class SpecialEditWatchlist extends UnlistedSpecialPage {
                $form->setWrapperLegendMsg( 'watchlistedit-clear-legend' );
                $form->addHeaderText( $this->msg( 'watchlistedit-clear-explain' )->parse() );
                $form->setSubmitCallback( array( $this, 'submitClear' ) );
                $form->setWrapperLegendMsg( 'watchlistedit-clear-legend' );
                $form->addHeaderText( $this->msg( 'watchlistedit-clear-explain' )->parse() );
                $form->setSubmitCallback( array( $this, 'submitClear' ) );
+               $form->setSubmitDestructive();
 
                return $form;
        }
 
                return $form;
        }