MediaWiki
1.34.0
|
Go to the source code of this file.
Classes | |
class | RenameUserCleanup |
Variables | |
$IP = getenv( 'MW_INSTALL_PATH' ) | |
Maintenance script to clean up after incomplete user renames Sometimes user edits are left lying around under the old name, check for that and assign them to the new username. More... | |
$maintClass = RenameUserCleanup::class | |
if ($IP===false) | |
$maintClass = RenameUserCleanup::class |
Definition at line 349 of file renameUserCleanup.php.
if( $IP===false) |
Definition at line 27 of file renameUserCleanup.php.