aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2015-04-06 14:41:53 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2015-04-06 14:41:53 +0000
commite28c004adc73265225e011ab9fe0132a20615cb7 (patch)
treed5c82d2588cf38a2c4055e804f64ae5285c073a1
parent755214a5564be292636737186d0140a730377cbd (diff)
parent0b1dcec5cbb3f9ecd163ead99e6b198da276e6b6 (diff)
downloadmediawikicore-e28c004adc73265225e011ab9fe0132a20615cb7.tar.gz
mediawikicore-e28c004adc73265225e011ab9fe0132a20615cb7.zip
Merge "Add a breadcrumb to EditPage refactor"
-rw-r--r--includes/api/ApiEditPage.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php
index f697b6f0a210..ef8957eee586 100644
--- a/includes/api/ApiEditPage.php
+++ b/includes/api/ApiEditPage.php
@@ -28,7 +28,9 @@
* A module that allows for editing and creating pages.
*
* Currently, this wraps around the EditPage class in an ugly way,
- * EditPage.php should be rewritten to provide a cleaner interface
+ * EditPage.php should be rewritten to provide a cleaner interface,
+ * see T20654 if you're inspired to fix this.
+ *
* @ingroup API
*/
class ApiEditPage extends ApiBase {