diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2015-04-06 14:41:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2015-04-06 14:41:53 +0000 |
commit | e28c004adc73265225e011ab9fe0132a20615cb7 (patch) | |
tree | d5c82d2588cf38a2c4055e804f64ae5285c073a1 | |
parent | 755214a5564be292636737186d0140a730377cbd (diff) | |
parent | 0b1dcec5cbb3f9ecd163ead99e6b198da276e6b6 (diff) | |
download | mediawikicore-e28c004adc73265225e011ab9fe0132a20615cb7.tar.gz mediawikicore-e28c004adc73265225e011ab9fe0132a20615cb7.zip |
Merge "Add a breadcrumb to EditPage refactor"
-rw-r--r-- | includes/api/ApiEditPage.php | 4 |
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 { |