X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fchanges%2FChangesList.php;h=fdc9944fdc2e5687a120820aa438e4c9a3595971;hb=59ebff658ce912c1b0e7ef8d8f9bfec5a4e17b39;hp=8989b2aee092eeac8292270fefc1d9eed51d8836;hpb=a573c9bd65d82a034869b6faefa6c33402c91f24;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changes/ChangesList.php b/includes/changes/ChangesList.php index 8989b2aee0..fdc9944fdc 100644 --- a/includes/changes/ChangesList.php +++ b/includes/changes/ChangesList.php @@ -371,6 +371,19 @@ class ChangesList extends ContextSource { $s .= " $articlelink"; } + /** + * @param RecentChange $rc + * @param bool $unpatrolled + * @param bool $watched + * @return string + * @since 1.26 + */ + public function getArticleLink( RecentChange $rc, $unpatrolled, $watched ) { + $s = ''; + $this->insertArticleLink( $s, $rc, $unpatrolled, $watched ); + return $s; + } + /** * Get the timestamp from $rc formatted with current user's settings * and a separator