Manual:CleanupRemovedModules.php/pl
Appearance
Plik MediaWiki: cleanupRemovedModules.php | |
---|---|
Lokalizacja: | maintenance/ |
Kod źródłowy: | master • 1.43.0 • 1.42.5 • 1.39.11 |
Klasy: | CleanupRemovedModules |
Details
cleanupRemovedModules.php file is a maintenance script to remove cache entries from ResourceLoader modules no longer being used within the database.
Options/Arguments
This script does not take any options/arguments as input.
Usage
php maintenance/run.php cleanupRemovedModules
Terminal
$ php maintenance/run.php cleanupRemovedModules
In MediaWiki version 1.39.10 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php
instead of php maintenance/run.php scriptName
.