Manual:undelete.php
MediaWiki file: undelete.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | Undelete |
Details
editundelete.php file is a maintenance script to undelete a page.
Usage
editphp undelete.php [options...] <pagename>
Example
editphp undelete.php --user "Example" --reason "test" Hello
The above will undelete the page Hello
using the username "Example" and "test" as reason.