Ticket #5510 (closed enhancement: fixed)

Opened 7 months ago

Last modified 6 months ago

File Level PHPdoc for compat.php

Reported by: darkdragon Assigned to: westi
Priority: low Milestone: 2.5
Component: Optimization Version:
Severity: minor Keywords: phpdoc documentation has-patch
Cc:

Description

The PHP compat functions aren't technically part of the WordPress package and only provides working implementations for PHP installations that are lacking upgraded versions.

The patch adds file level documentation that points out that the file is for providing support for used PHP functions going back down to PHP 4.2. The patch also packages the functions in another namespace and makes the functions private.

None of the functions are documented since documentation can be found at php.net.

Attachments

compat.phpdoc.r6473.diff (427 bytes) - added by darkdragon on 12/23/07 08:44:44.
adds file level phpdocumentation for compat.php

Change History

12/23/07 08:44:44 changed by darkdragon

  • attachment compat.phpdoc.r6473.diff added.

adds file level phpdocumentation for compat.php

12/23/07 09:07:11 changed by westi

  • owner changed from anonymous to westi.
  • status changed from new to assigned.

12/24/07 07:18:41 changed by westi

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [6485]) Add file level documentation for compat.php. Fixes #5510 props darkdragon.

12/24/07 07:22:17 changed by darkdragon

  • summary changed from File Level PHPdoc for compat.phpp to File Level PHPdoc for compat.php.
  • milestone changed from 2.5 to 2.4.

12/24/07 07:22:40 changed by darkdragon

Dude. Awesome!