Thiemo Mättig (WMDE) has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Math 
refs/changes/69/364169/1

diff --git a/MathFormatter.php b/MathFormatter.php
index a326eb4..16bb86b 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: newchange
Gerrit-Change-Id: Ia9f867b64c590a0db30cb8d6b612164464f38b04
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Math
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>

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

Reply via email to