From fcbb75b8a496e18f12872845c69f8c92e3c55c4d Mon Sep 17 00:00:00 2001 From: Daimona Eaytoy Date: Wed, 5 Mar 2025 14:38:41 +0000 Subject: Re-apply "Drop all 49 remaining class_aliases from MediaWiki 1.40" This reverts commit 1695950bccb1ca7eba98952753708ae7c4b76d8d and re-applies commit I8f3c2ea021d0f6e. Reason for revert: the remaining usages have been updated in Ida665f486eff384. Bug: T166010 Change-Id: I43f06e6872b264e43aef7fa7c2ac47159926a694 --- includes/title/Title.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'includes/title/Title.php') diff --git a/includes/title/Title.php b/includes/title/Title.php index a668a4024c34..cf701527b8fd 100644 --- a/includes/title/Title.php +++ b/includes/title/Title.php @@ -3890,6 +3890,3 @@ class Title implements Stringable, LinkTarget, PageIdentity { } } - -/** @deprecated class alias since 1.40 */ -class_alias( Title::class, 'Title' ); -- cgit v1.2.3