X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FHtml.php;h=dfd80a8c434dd7ef0bd00a9aa7dcefc334e882eb;hp=524fdcd7d91b79eb4a43b589164a6eeb27665c25;hb=ba45450febab7e5d8aad439fb1e6da4b0d2a3ee9;hpb=4a957675a702fb60be663edd28cba2ee2fa996f3 diff --git a/includes/Html.php b/includes/Html.php index 524fdcd7d9..dfd80a8c43 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -683,7 +683,7 @@ class Html { * @param string $heading (optional) * @return string of HTML representing a box. */ - public static function messageBox( $html, $className, $heading = '' ) { + private static function messageBox( $html, $className, $heading = '' ) { if ( $heading ) { $html = self::element( 'h2', [], $heading ) . $html; }