Make WordPress Core


Ignore:
Timestamp:
12/20/2007 10:28:54 PM (17 years ago)
Author:
westi
Message:

Add file level phpdoc to external libraries we use. Fixes #5443 props darkdragon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-pop3.php

    r6044 r6440  
    11<?php
    2 
    3    /**
    4     * mail_fetch/setup.php
    5     *
    6     * Copyright (c) 1999-2006 The SquirrelMail Project Team
    7     *
    8     * Copyright (c) 1999 CDI (cdi@thewebmasters.net) All Rights Reserved
    9     * Modified by Philippe Mingo 2001 mingo@rotedic.com
    10     * An RFC 1939 compliant wrapper class for the POP3 protocol.
    11     *
    12     * Licensed under the GNU GPL. For full terms see the file COPYING.
    13     *
    14     * pop3 class
    15     *
    16     * $Id$
    17     */
     2/**
     3 * mail_fetch/setup.php
     4 *
     5 * @package SquirrelMail
     6 *
     7 * @copyright (c) 1999-2006 The SquirrelMail Project Team
     8 *
     9 * @copyright (c) 1999 CDI (cdi@thewebmasters.net) All Rights Reserved
     10 * Modified by Philippe Mingo 2001 mingo@rotedic.com
     11 * An RFC 1939 compliant wrapper class for the POP3 protocol.
     12 *
     13 * Licensed under the GNU GPL. For full terms see the file COPYING.
     14 *
     15 * pop3 class
     16 *
     17 * $Id$
     18 */
    1819
    1920class POP3 {
Note: See TracChangeset for help on using the changeset viewer.