Go to the source code of this file.
Functions | |
cleanupArticle ($id, $domain) | |
Variables | |
$username = wfMsg( 'spambot_username' ) | |
$fname = $username | |
$wgUser = User::newFromName( $username ) | |
if(!$wgUser->getId()) if(!isset($args[0])) | $spec = $args[0] |
$like = LinkFilter::makeLike( $spec ) | |
if(!$like) | $dbr = wfGetDB( DB_SLAVE ) |
Definition in file cleanupSpam.php.
cleanupArticle | ( | $ | id, | |
$ | domain | |||
) |
Definition at line 10 of file cleanupSpam.php.
References $dbw, $title, LinkFilter::matchEntry(), Title::newFromID(), Revision::newFromTitle(), print, wfDoUpdates(), wfGetDB(), and wfMsg().
Definition at line 80 of file cleanupSpam.php.
$fname = $username |
Definition at line 62 of file cleanupSpam.php.
$like = LinkFilter::makeLike( $spec ) |
Definition at line 74 of file cleanupSpam.php.
Referenced by WhiteSpaceNode::__construct(), and LinkFilter::makeLike().
Definition at line 73 of file cleanupSpam.php.
Referenced by TextPassDumper::openSpawn(), RecompressTracked::startSlaveProcs(), wfMergeErrorArrays(), and OutputPage::wrapWikiMsg().
$username = wfMsg( 'spambot_username' ) |
Definition at line 61 of file cleanupSpam.php.
Referenced by UsersPager::__construct(), userOptions::CHANGER(), checkUserCache(), UserrightsPage::editUserGroupsForm(), ApiRollback::execute(), UserrightsPage::fetchUser(), SpecialNewpages::form(), AuthPlugin::getCanonicalName(), NewPagesPager::getQueryInfo(), Parser::getUserSig(), importPage(), initialiseUser(), UserrightsPage::saveUserGroups(), and EditPage::showIntro().
$wgUser = User::newFromName( $username ) |
Definition at line 63 of file cleanupSpam.php.