New hook RecentChangesListRecentChangesLine which let you customize an
[lhc/web/wiklou.git] / includes / ChangesList.php
index fe40cd4..1171c3d 100644 (file)
@@ -741,6 +741,8 @@ class EnhancedChangesList extends ChangesList {
                        array_push( $this->rc_cache[$secureName], $rc );
                }
 
+               wfRunHooks( 'EnhancedChangesListRecentChangesLine', array(&$this, &$s, $rc) );
+
                wfProfileOut( __METHOD__ );
 
                return $ret;