X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flogging%2FLogPage.php;h=1b7e677245bf3771fc6990f5a0677e4f96f12105;hb=59002d8935e48d1e6c0640b0f7102c9ff6dd2ef5;hp=2ec4f69cffb8b08d4a31cc3f5cb20366c9bded54;hpb=a931293184bdc7a03df7b3e31d71dd03b8400c66;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogPage.php b/includes/logging/LogPage.php index 2ec4f69cff..1b7e677245 100644 --- a/includes/logging/LogPage.php +++ b/includes/logging/LogPage.php @@ -215,7 +215,7 @@ class LogPage { * * @param string $type Log type * @return string Log name - * @deprecated in 1.19, warnings in 1.21. Use getName() + * @deprecated since 1.19, warnings in 1.21. Use getName() */ public static function logName( $type ) { global $wgLogNames; @@ -236,7 +236,7 @@ class LogPage { * @todo handle missing log types * @param string $type logtype * @return string Header text of this logtype - * @deprecated in 1.19, warnings in 1.21. Use getDescription() + * @deprecated since 1.19, warnings in 1.21. Use getDescription() */ public static function logHeader( $type ) { global $wgLogHeaders;