Special Page: New pages
From Project:Support desk
hi there, i have a question about list o new pages. If i create new page, it will display in log of new pages like this:
2. 2. 2012, 14:28 New page name (history) [1,492 bytes] Creator (talk | contribs) (starting text of the new page...)
Is there any way, how to delete that starting text from the log, so if someone create new page, there will be no starting text?
thx for answer
MediaWiki 1.17.0 PHP 5.3.8 MySQL 5.0.51
Put $wgUseAutomaticEditSummaries = false; at the bottom of LocalSettings.php (note: this will stop all automatic summaries, which also includes some other things, such as page created as redirect to blah or user so and so blanked page).
See manual:$wgUseAutomaticEditSummaries for details.