From: Adam Roses Wight Date: Sun, 5 Apr 2015 06:48:02 +0000 (-0700) Subject: Add a breadcrumb to EditPage refactor X-Git-Tag: 1.31.0-rc.0~11838^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=0b1dcec5cbb3f9ecd163ead99e6b198da276e6b6;p=lhc%2Fweb%2Fwiklou.git Add a breadcrumb to EditPage refactor Change-Id: I4cc398e712f499fdf35ac9384912e68ac8e9010b --- diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index f697b6f0a2..ef8957eee5 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 {