jenkins-bot has submitted this change and it was merged. Change subject: Remove wfIsConfiguredProxy(), deprecated since 1.24 ......................................................................
Remove wfIsConfiguredProxy(), deprecated since 1.24 No usage: https://github.com/search?utf8=%E2%9C%93&q=%40wikimedia+wfisconfiguredproxy&type=Code&ref=searchresults Change-Id: I3c1e1d00b93320cde9b39c183174e7a495f03854 --- M includes/GlobalFunctions.php 1 file changed, 0 insertions(+), 13 deletions(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 1a3ac48..e30b371 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -4073,19 +4073,6 @@ } /** - * Checks if an IP matches a proxy we've configured. - * @deprecated Since 1.24, use IP::isConfiguredProxy() - * - * @param string $ip - * @return bool - * @since 1.23 Supports CIDR ranges in $wgSquidServersNoPurge - */ -function wfIsConfiguredProxy( $ip ) { - wfDeprecated( __METHOD__, '1.24' ); - return IP::isConfiguredProxy( $ip ); -} - -/** * Returns true if these thumbnail parameters match one that MediaWiki * requests from file description pages and/or parser output. * -- To view, visit https://gerrit.wikimedia.org/r/258895 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3c1e1d00b93320cde9b39c183174e7a495f03854 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
