jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/364169 )

Change subject: Remove deprecated SnakFormatter::FORMAT_HTML_WIDGET constant
......................................................................


Remove deprecated SnakFormatter::FORMAT_HTML_WIDGET constant

Change-Id: Ia9f867b64c590a0db30cb8d6b612164464f38b04
Depends-On: Icb446783a6c27090095e66492a75fcb3bb0f66c1
---
M MathFormatter.php
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  jenkins-bot: Verified
  Thiemo Mättig (WMDE): Looks good to me, approved



diff --git a/MathFormatter.php b/MathFormatter.php
index 5e3c68c..c21a1fc 100644
--- a/MathFormatter.php
+++ b/MathFormatter.php
@@ -10,7 +10,7 @@
  * - text/plain: used in the value input field of Wikidata
  * - text/x-wiki: wikitext
  * - text/html: used in Wikidata to display the value of properties
- * Formats can look like this: "text/html; disposition=widget"
+ * Formats can look like this: "text/html; disposition=diff"
  * or just "text/plain"
  */
 
@@ -34,7 +34,6 @@
                        case SnakFormatter::FORMAT_WIKI:
                        case SnakFormatter::FORMAT_HTML:
                        case SnakFormatter::FORMAT_HTML_DIFF:
-                       case SnakFormatter::FORMAT_HTML_WIDGET:
                                $this->format = $format;
                                break;
                        default:

-- 
To view, visit https://gerrit.wikimedia.org/r/364169
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia9f867b64c590a0db30cb8d6b612164464f38b04
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Physikerwelt <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to