From: jenkins-bot Date: Tue, 18 Sep 2018 02:26:10 +0000 (+0000) Subject: Merge "Article: Fix reference to view() in documentation comment" X-Git-Tag: 1.34.0-rc.0~4075 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=8bc630cead937718d6e6bcb6e32c5c539d6ad305;hp=bcd98b9cd4fea907418cb83a847e8b1dad7c3a67 Merge "Article: Fix reference to view() in documentation comment" --- diff --git a/includes/page/Article.php b/includes/page/Article.php index 9d651f44e9..6a42d58c28 100644 --- a/includes/page/Article.php +++ b/includes/page/Article.php @@ -2156,7 +2156,7 @@ class Article implements Page { /** * Lightweight method to get the parser output for a page, checking the parser cache - * and so on. Doesn't consider most of the stuff that WikiPage::view is forced to + * and so on. Doesn't consider most of the stuff that Article::view() is forced to * consider, so it's not appropriate to use there. * * @since 1.16 (r52326) for LiquidThreads