Merge "Allow and use type Language instead of string for $lang of doEditSectionLink"
[lhc/web/wiklou.git] / includes / skins / Skin.php
index 8a385a1..f545532 100644 (file)
@@ -1664,12 +1664,6 @@ abstract class Skin extends ContextSource {
                );
 
                $result .= '<span class="mw-editsection-bracket">]</span></span>';
-               // Deprecated, use SkinEditSectionLinks hook instead
-               Hooks::run(
-                       'DoEditSectionLink',
-                       [ $this, $nt, $section, $tooltip, &$result, $lang ],
-                       '1.25'
-               );
                return $result;
        }