From c516aa6a42ec0c80b11728268d2b60b2075f76fd Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 13 Feb 2008 11:21:09 +0000 Subject: [PATCH] Add gzip_compression() stub in case someone actually uses it. git-svn-id: http://svn.automattic.com/wordpress/trunk@6812 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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