From c74e8861cf3a0db3a3a1633cb9b7854144ec585b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Wed, 18 Jul 2018 12:53:09 -0400 Subject: [PATCH] Local file description Improve the description of file_get_contents() to talk about local and remote files. --- WordPress-VIP-Go/ruleset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPress-VIP-Go/ruleset.xml b/WordPress-VIP-Go/ruleset.xml index 6753bfe7..2e669104 100644 --- a/WordPress-VIP-Go/ruleset.xml +++ b/WordPress-VIP-Go/ruleset.xml @@ -75,7 +75,7 @@ warning - %s() is uncached. If this is being used to query a remote file please use wpcom_vip_file_get_contents() instead. + %s() is uncached. If this is being used to query a remote file please use wpcom_vip_file_get_contents(). If this is used to query for a local file please use WP_Filesystem methods instead.