Go to the source code of this file.
Functions | |
checkOrphans ($fix) | |
checkWidows ($fix) | |
checkSeparation ($fix) | |
Variables | |
$options = array( 'fix' ) | |
$wgTitle = Title::newFromText( 'Orphan revision cleanup script' ) |
Then, kill the poor widows and orphans. Man this is depressing.
Definition in file orphans.php.
checkOrphans | ( | $ | fix | ) |
checkSeparation | ( | $ | fix | ) |
Definition at line 137 of file orphans.php.
References $dbw, $fix, $maxRev, $page, $result, $revision, $row, $text, $title, Title::makeTitle(), Revision::newFromId(), printf(), and wfGetDB().
checkWidows | ( | $ | fix | ) |
$options = array( 'fix' ) |
Definition at line 31 of file orphans.php.
$wgTitle = Title::newFromText( 'Orphan revision cleanup script' ) |
Definition at line 35 of file orphans.php.