Changeset 6812

Show
Ignore:
Timestamp:
02/13/08 11:21:09 (5 months ago)
Author:
ryan
Message:

Add gzip_compression() stub in case someone actually uses it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/deprecated.php

    r6777 r6812  
    12751275} 
    12761276 
     1277/** 
     1278 * gzip_compression() - Unused function 
     1279 *  
     1280 * @deprecated 2.5 
     1281*/ 
     1282 
     1283function gzip_compression() { 
     1284    return false; 
     1285} 
    12771286?>