X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHtml.php;h=dfd80a8c434dd7ef0bd00a9aa7dcefc334e882eb;hb=ceb5ba97db26867bc30eae409997d0330a987ecd;hp=524fdcd7d91b79eb4a43b589164a6eeb27665c25;hpb=716814a5d501efcc99b09fbb7e26caaf9a395d26;p=lhc%2Fweb%2Fwiklou.git 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; }