diff options
author | Martin Fischer <martin@push-f.com> | 2022-12-03 07:07:55 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-12-03 08:50:45 +0100 |
commit | 46a390d6759065271b2158537691a53679c58989 (patch) | |
tree | 68afc83f78580794ca5f2d1875355ac7509ecef0 /examples/languages.php | |
parent | de6badb52bd58154baad30a73ec16e129d738fc2 (diff) |
Diffstat (limited to 'examples/languages.php')
-rw-r--r-- | examples/languages.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/languages.php b/examples/languages.php index 3710f86..6fc4317 100644 --- a/examples/languages.php +++ b/examples/languages.php @@ -5,8 +5,5 @@ $wgCode_languages[] = [ 'run' => 'https://query.wikidata.org/#$code', 'embed' => 'https://query.wikidata.org/embed.html#$code', ], - 'linkifiers' => [ - '/\\b[QP][0-9]+\\b/' => 'https://www.wikidata.org/entity/$1', - ], 'suffix' => '.rq', ]; |