diff options
author | Chad Horohoe <chadh@wikimedia.org> | 2017-01-12 20:44:32 -0800 |
---|---|---|
committer | Chad Horohoe <chadh@wikimedia.org> | 2017-01-12 20:44:32 -0800 |
commit | 8c437070041138b87ce14c620688851e75f686e5 (patch) | |
tree | fc2b351e56a05c5df9fa99312ed7cd605e685d37 /includes | |
parent | 94f8448b22be76ec8f2b77a4a3967e6a8332cd28 (diff) | |
download | mediawikicore-8c437070041138b87ce14c620688851e75f686e5.tar.gz mediawikicore-8c437070041138b87ce14c620688851e75f686e5.zip |
What's %MediaWiki? Remove random % from comment
Change-Id: I5e13a7b408885c390bb0b7b3cc1f585d43e327b2
Diffstat (limited to 'includes')
-rw-r--r-- | includes/Setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Setup.php b/includes/Setup.php index 94da4245e8de..ecd164d3bc94 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -1,6 +1,6 @@ <?php /** - * Include most things that are needed to make %MediaWiki work. + * Include most things that are needed to make MediaWiki work. * * This file is included by WebStart.php and doMaintenance.php so that both * web and maintenance scripts share a final set up phase to include necessary |