Page MenuHomePhabricator

The description for ext:MultiTitle at Special:Version is displayed as "⧼multitle-desc⧽"
Closed, ResolvedPublicBUG REPORT

Description

As seen on https://test.wikipedia.beta.wmcloud.org/wiki/Special:Version -- currently, the extension description for MultiTitle is displayed as just "⧼multitle-desc⧽", rather than the extension's actual description message.

screenshot.png (1,922×246 px, 81 KB)

It looks like there might be a typo in the descriptionmsg property within MultiTitle's extension.json -- it currently says multitle-desc, rather than multititle-desc.

Event Timeline

A_smart_kitten changed the task status from Open to In Progress.Feb 10 2026, 4:39 PM
A_smart_kitten claimed this task.
A_smart_kitten triaged this task as Medium priority.

Change #1238388 had a related patch set uploaded (by A smart kitten; author: A smart kitten):

[mediawiki/extensions/MultiTitle@master] extension.json: Fix typo in the `descriptionmsg` property

https://gerrit.wikimedia.org/r/1238388

Change #1238388 merged by jenkins-bot:

[mediawiki/extensions/MultiTitle@master] extension.json: Fix typo in the `descriptionmsg` property

https://gerrit.wikimedia.org/r/1238388

A_smart_kitten added a project: Verified.

Following the most recent beta-cluster code update, the extension's description now displays correctly at betatestwiki's Special:Version :)

screenshot.png (1,906×190 px, 68 KB)