From: umherirrender Date: Fri, 16 May 2014 17:50:09 +0000 (+0200) Subject: Fix @since of Parser::stripOuterParagraph X-Git-Tag: 1.31.0-rc.0~15679 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=48cd71a3397ee8c842a5c9562eb8472cac736226;p=lhc%2Fweb%2Fwiklou.git Fix @since of Parser::stripOuterParagraph Was merged after release branch. Follow-Up: I6bb3597898324556df912a23a7ffc9ff250b8f58 Change-Id: Idab16dc1e322ede31f6688236fddae5365ac133c --- 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();