Changeset 6485

Show
Ignore:
Timestamp:
12/24/07 07:18:41 (10 months ago)
Author:
westi
Message:

Add file level documentation for compat.php. Fixes #5510 props darkdragon.

Files:

Legend:

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

    r6438 r6485  
    11<?php 
    2  
    3 /* Functions missing from older PHP versions */ 
    4  
     2/** 
     3 * WordPress implementation for PHP functions missing from older PHP versions. 
     4 * 
     5 * @package PHP 
     6 * @access private 
     7 */ 
    58 
    69/* Added in PHP 4.2.0 */