Add file level documentation for compat.php. Fixes #5510 props darkdragon.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6485 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
54b7d8f9c5
commit
0a7a447555
|
@ -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