Add a breadcrumb to EditPage refactor
authorAdam Roses Wight <awight@wikimedia.org>
Sun, 5 Apr 2015 06:48:02 +0000 (23:48 -0700)
committerAdam Roses Wight <awight@wikimedia.org>
Sun, 5 Apr 2015 07:02:02 +0000 (00:02 -0700)
Change-Id: I4cc398e712f499fdf35ac9384912e68ac8e9010b

includes/api/ApiEditPage.php

index f697b6f..ef8957e 100644 (file)
@@ -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 {