示例#1
0
文件: Hooks.php 项目: k-hasan-19/wiki
function wrSetWatchlistSummary(&$user, &$article, $newText = null)
{
    global $wrWatchlistSummary;
    if (is_null($newText)) {
        $newText = $article->getContent();
    }
    $wrWatchlistSummary = StructuredData::getWatchlistSummary($article->getTitle(), $newText);
    return true;
}