From ca772154f9561e190edee28c5bcbc29a62f38fb7 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 13 Feb 2008 11:21:09 +0000 Subject: [PATCH] Add gzip_compression() stub in case someone actually uses it. git-svn-id: https://develop.svn.wordpress.org/trunk@6812 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/deprecated.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index d923078f65..75792ad1b2 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -1274,4 +1274,13 @@ function documentation_link( $deprecated = '' ) { return; } +/** + * gzip_compression() - Unused function + * + * @deprecated 2.5 +*/ + +function gzip_compression() { + return false; +} ?> \ No newline at end of file