https://bugzilla.wikimedia.org/show_bug.cgi?id=57237

       Web browser: ---
            Bug ID: 57237
           Summary: VE uses deprecated mw.util.wikiGetlink function
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: Unprioritized
         Component: Initialisation
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

When in debug mode the browser console always shows a message

MWDeprecationWarning: Use of "wikiGetlink" property is deprecated. Use
mw.util.getUrl instead.

caused somewhere in VE's startup module. When you are trying to find uses of
deprecated functions in your own scripts this message is a bit annoying, as you
can't do anything about it and it shows up on every page. So please replace all
calls to .wikiGetlink with .getUrl (in startup module and possibly elsewhere).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to