From 48cd71a3397ee8c842a5c9562eb8472cac736226 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Fri, 16 May 2014 19:50:09 +0200 Subject: [PATCH] Fix @since of Parser::stripOuterParagraph Was merged after release branch. Follow-Up: I6bb3597898324556df912a23a7ffc9ff250b8f58 Change-Id: Idab16dc1e322ede31f6688236fddae5365ac133c --- includes/parser/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index b8f26facfe..d2a20df971 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -6309,7 +6309,7 @@ class Parser { * * @param string $html * @return string - * @since 1.23 + * @since 1.24 */ public static function stripOuterParagraph( $html ) { $m = array(); -- 2.20.1