mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
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
This commit is contained in:
parent
32d6f88d87
commit
c516aa6a42
@ -1274,4 +1274,13 @@ function documentation_link( $deprecated = '' ) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* gzip_compression() - Unused function
|
||||||
|
*
|
||||||
|
* @deprecated 2.5
|
||||||
|
*/
|
||||||
|
|
||||||
|
function gzip_compression() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue
Block a user