Revert deprecation of `ApplicationHandler::getWCF()`
authorMatthias Schmidt <gravatronics@live.com>
Mon, 14 Jun 2021 08:35:31 +0000 (10:35 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 14 Jun 2021 08:35:31 +0000 (10:35 +0200)
While "WCF" is no longer an up-to-date abbreviation for "WoltLab Suite Core", "wcf" is still used as its application abbreviation in all other contexts so that keeping this method is fine until all references to "wcf" are removed.

wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php

index 8889fc93ed2010247591186a078dd8ec129f062e..323ec40b98c1f9a76bee1fe9749f017494ddf906 100644 (file)
@@ -97,7 +97,6 @@ class ApplicationHandler extends SingletonFactory
      * e.g. cross-domain files requestable through the webserver.
      *
      * @return  Application
-     * @deprecated  3.0 please use `getApplication()` instead
      */
     public function getWCF()
     {