]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-wp-http-proxy.php
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-includes / class-wp-http-proxy.php
index af9d338be5e536024669e0395ee7ddbb1538dc14..7ae3d4e266265741d29a3aa62ab7c0dd1ea64934 100644 (file)
@@ -176,7 +176,7 @@ class WP_HTTP_Proxy {
                $home = parse_url( get_option('siteurl') );
 
                /**
-                * Filter whether to preempt sending the request through the proxy server.
+                * Filters whether to preempt sending the request through the proxy server.
                 *
                 * Returning false will bypass the proxy; returning true will send
                 * the request through the proxy. Returning null bypasses the filter.