From 26b01331e371605265f9f336c4e60757e7d3d9bc Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 22 Aug 2016 10:14:28 -0700 Subject: [PATCH] Pingback: Tweak docs a tiny bit to point to mw.org better Change-Id: Ia01380d6bb20cfb22b6cc3717ce530df87e0d42b --- includes/DefaultSettings.php | 2 +- includes/Pingback.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4e08aa62b3..a88b05f3c7 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -8342,7 +8342,7 @@ $wgEventRelayerConfig = [ * PHP version, and chosen database backend. The Wikimedia Foundation shares this data with * MediaWiki developers to help guide future development efforts. * - * For details about what data is sent, see: https://www.mediawiki.org/wiki/Pingback + * For details about what data is sent, see: https://www.mediawiki.org/wiki/Manual:$wgPingback * * @var bool * @since 1.28 diff --git a/includes/Pingback.php b/includes/Pingback.php index dd68102391..0039d2b68c 100644 --- a/includes/Pingback.php +++ b/includes/Pingback.php @@ -117,6 +117,9 @@ class Pingback { * * This is public so we can display it in the installer * + * Developers: If you're adding a new piece of data to this, please ensure + * that you update https://www.mediawiki.org/wiki/Manual:$wgPingback + * * @return array */ public function getSystemInfo() { -- 2.20.1