mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Xomw: Add more implementation for XomwMessage
This commit is contained in:
@@ -4071,14 +4071,14 @@ public class XomwDefaultSettings {
|
||||
// * intermixed, could place NS_MAIN and NS_PROJECT namespaces in this array.
|
||||
// */
|
||||
// $wgExtraSignatureNamespaces = [];
|
||||
//
|
||||
// /**
|
||||
// * Max number of redirects to follow when resolving redirects.
|
||||
// * 1 means only the first redirect is followed (default behavior).
|
||||
// * 0 or less means no redirects are followed.
|
||||
// */
|
||||
// $wgMaxRedirects = 1;
|
||||
//
|
||||
|
||||
/**
|
||||
* Max number of redirects to follow when resolving redirects.
|
||||
* 1 means only the first redirect is followed (default behavior).
|
||||
* 0 or less means no redirects are followed.
|
||||
*/
|
||||
public static final int wgMaxRedirects = 1;
|
||||
|
||||
// /**
|
||||
// * Array of invalid page redirect targets.
|
||||
// * Attempting to create a redirect to any of the pages in this array
|
||||
|
||||
Reference in New Issue
Block a user