X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FArticle.php;h=3bb1563f7a92cd5c8c80af8803b54c110e041377;hb=58e0f0bd236fddda02e177e17264357949507ef2;hp=0a4b5ee30e33cfc94550873507a8a48544a48b10;hpb=51a6d0676b8fe6a286b6b498ad95561ccdf4e3da;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Article.php b/includes/Article.php index 0a4b5ee30e..3bb1563f7a 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -832,8 +832,9 @@ class Article implements Page { * Show a page view for a page formatted as CSS or JavaScript. To be called by * Article::view() only. * - * This is hooked by SyntaxHighlight_GeSHi to do syntax highlighting of these - * page views. + * This exists mostly to serve the deprecated ShowRawCssJs hook (used to customize these views). + * It has been replaced by the ContentGetParserOutput hook, which lets you do the same but with + * more flexibility. * * @param bool $showCacheHint Whether to show a message telling the user * to clear the browser cache (default: true).