diff options
author | MGChecker <hgasuser@gmail.com> | 2018-10-14 20:28:54 +0200 |
---|---|---|
committer | Krinkle <krinklemail@gmail.com> | 2018-10-14 19:13:03 +0000 |
commit | 6cb3fa392f5772f9e5e7b4b4769da1ba4cfda891 (patch) | |
tree | 38912b4f707232c25c7468060e4ff1084d46b64d /docs/globals.txt | |
parent | b8733c7d26461a1a352a3c357f7f717f0bd82b36 (diff) | |
download | mediawikicore-6cb3fa392f5772f9e5e7b4b4769da1ba4cfda891.tar.gz mediawikicore-6cb3fa392f5772f9e5e7b4b4769da1ba4cfda891.zip |
docs: Remove outdated information from globals.txt
design.txt doesn't exist anymore.
Bug: T111283
Change-Id: Ibb67fb721060b325114e571ba3e470a607d98884
Diffstat (limited to 'docs/globals.txt')
-rw-r--r-- | docs/globals.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/globals.txt b/docs/globals.txt index be887a65d811..847fbed274cb 100644 --- a/docs/globals.txt +++ b/docs/globals.txt @@ -40,8 +40,6 @@ documentation for the remaining 114 globals, however some of the most important ones are listed below. They are typically initialised either in index.php or in Setup.php. -For a description of the classes, see design.txt. - $wgTitle Title object created from the request URL. |