Make WordPress Core


Ignore:
Timestamp:
06/16/2008 09:08:49 PM (16 years ago)
Author:
mdawaffe
Message:

crazyhorse: merge with trunk [8072:8102]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-includes/class-snoopy.php

    r6440 r8103  
    99 * @package Snoopy
    1010 */
    11 /*************************************************
    12 
    13 Snoopy - the PHP net client
    14 Author: Monte Ohrt <monte@ispi.net>
    15 Copyright (c): 1999-2000 ispi, all rights reserved
    16 Version: 1.01
    17 
     11
     12if ( !in_array('Snoopy', get_declared_classes() ) ) :
     13/**
     14 * Snoopy - the PHP net client
     15 *
     16 * @author Monte Ohrt <monte@ispi.net>
     17 * @copyright (c): 1999-2000 ispi, all rights reserved
     18 * @version 1.01
     19 *
    1820 * This library is free software; you can redistribute it and/or
    1921 * modify it under the terms of the GNU Lesser General Public
     
    2931 * License along with this library; if not, write to the Free Software
    3032 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    31 
    32 You may contact the author of Snoopy by e-mail at:
    33 monte@ispi.net
    34 
    35 Or, write to:
    36 Monte Ohrt
    37 CTO, ispi
    38 237 S. 70th suite 220
    39 Lincoln, NE 68510
    40 
    41 The latest version of Snoopy can be obtained from:
    42 http://snoopy.sourceforge.net/
    43 
    44 *************************************************/
    45 
    46 if ( !in_array('Snoopy', get_declared_classes() ) ) :
     33 *
     34 * You may contact the author of Snoopy by e-mail at:
     35 * monte@ispi.net
     36 *
     37 * Or, write to:
     38 * Monte Ohrt
     39 * CTO, ispi
     40 * 237 S. 70th suite 220
     41 * Lincoln, NE 68510
     42 *
     43 * @link http://snoopy.sourceforge.net/ The latest version of Snoopy can be
     44 *      obtained
     45 */
    4746class Snoopy
    4847{
Note: See TracChangeset for help on using the changeset viewer.