MediaWiki  1.33.0
renameUserCleanup.php File Reference

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)
 

Variable Documentation

◆ $maintClass

◆ if

if( $IP===false)

Definition at line 27 of file renameUserCleanup.php.