From 213328abccbd7d6497607158792f909d2b008c0c Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 25 Feb 2010 16:04:04 +0000 Subject: [PATCH] Add @since 1.17 to Skin::addToSidebarPlain() per Nikerabbit --- includes/Skin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Skin.php b/includes/Skin.php index e13dd0865b..49b375346b 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -2106,6 +2106,7 @@ CSS; /** * Add content from plain text + * @since 1.17 * @param &$bar array * @param $text string */ -- 2.20.1