function _getValue($page_handle, &$revision_handle) { $author = _PageList_Column::_getValue($page_handle, $revision_handle); if (isWikiWord($author) && $this->dbi->isWikiPage($author)) { return WikiLink($author); } else { return $author; } }
function _getSortableValue($page_handle, &$revision_handle) { return _PageList_Column::_getValue($page_handle, $revision_handle); }