mediawiki-extensions-Discus.../includes/ThreadItem
Bartosz Dziewoński 3cffe1190e Clean up handling of <span class="mw-headline">
The PHP code should never see a `<span class="mw-headline">` node
since MediaWiki change If04d72f427ec3c3730e757cbb3ade8840c09f7d3,
but we have to support it for our old integration tests (T363031).

Improve code comments to explain this and move the handling to
one place, so that it can be deleted more easily in the future.

Follow-up to 08f61b2609.

Change-Id: I5ab9d3373a6911c1456c30d844b66576b278a1b5
2024-04-20 00:16:45 +00:00
..
CommentItem.php
CommentItemTrait.php
ContentCommentItem.php
ContentHeadingItem.php Clean up handling of <span class="mw-headline"> 2024-04-20 00:16:45 +00:00
ContentThreadItem.php Remove workaround for T357812 2024-03-16 19:57:19 +00:00
DatabaseCommentItem.php
DatabaseHeadingItem.php
DatabaseThreadItem.php Special:TopicSubscriptions: Use permalinks when available 2024-04-04 13:44:06 +00:00
HeadingItem.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
HeadingItemTrait.php Remove now redundant PHPDoc blocks 2024-03-10 23:53:04 +00:00
ThreadItem.php
ThreadItemTrait.php