From: jenkins-bot Date: Fri, 18 Nov 2016 21:56:35 +0000 (+0000) Subject: Merge "Remove last remnants of pre-1.16 live preview" X-Git-Tag: 1.31.0-rc.0~4817 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=1f83b424294a6fd78cb73cf43db3464ca7481774;hp=b330e5a736aa389a4babaceffa1116c879e49f1a Merge "Remove last remnants of pre-1.16 live preview" --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 5e31a5cf0a..745f8deb6e 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -4071,7 +4071,7 @@ HTML /** * Returns an array of html code of the following buttons: - * save, diff, preview and live + * save, diff and preview * * @param int $tabindex Current tabindex * @@ -4105,7 +4105,6 @@ HTML ] + Linker::tooltipAndAccesskeyAttribs( 'preview' ); $buttons['preview'] = Html::submitButton( $this->context->msg( 'showpreview' )->text(), $attribs ); - $buttons['live'] = ''; $attribs = [ 'id' => 'wpDiff',