Add file level documentation for compat.php. Fixes #5510 props darkdragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@6485 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e582826291
commit
6c07e81826
@ -1,7 +1,10 @@
|
||||
<?php
|
||||
|
||||
/* Functions missing from older PHP versions */
|
||||
|
||||
/**
|
||||
* WordPress implementation for PHP functions missing from older PHP versions.
|
||||
*
|
||||
* @package PHP
|
||||
* @access private
|
||||
*/
|
||||
|
||||
/* Added in PHP 4.2.0 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user