Changeset 841

Show
Ignore:
Timestamp:
01/14/07 15:18:21 (2 years ago)
Author:
donncha
Message:

No need for this function any more

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/mu-plugins/misc.php

    r799 r841  
    11<?php 
    2  
    3 function kill_proxy_check( $option ) { 
    4         return 0; 
    5 } 
    6 add_filter('option_open_proxy_check', 'kill_proxy_check'); 
    72 
    83function graceful_fail( $message ) {