Manual:Rebuildmessages.php

This page is a translated version of the page Manual:Rebuildmessages.php and the translation is 30% complete.
Versão MediaWiki:
1.12

Detalhes

rebuildmessages.php file is a maintenance script to purge all language messages from the cache.

Introduzida na revisão r28789 (MW 1.12 ).

MediaWiki provides $wgMessageCacheType to set cache through MessageCache.php . This script clears this cache.

Options

This script does not accept any options.

Usage

php maintenance/run.php rebuildmessages
Terminal
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.

See also