Ticket #5053 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

phpDoc for Plugin.php function _wp_filter_build_unique_id

Reported by: darkdragon Assigned to: anonymous
Priority: low Milestone: 2.5
Component: General Version: 2.3
Severity: trivial Keywords: has-patch commit
Cc:

Description

The attached file adds phpDoc documentation to the _wp_filter_build_unique_id() function in wp-includes/plugin.php file.

It doesn't seem right to have all of the rest of the functions documented and have one at the bottom without. Just not beautiful, and beauty is awesome.

Attachments

plugin.6159.phpdoc.patch (1.5 kB) - added by darkdragon on 09/23/07 05:12:03.
Adds phpdoc documentation to last function in file.

Change History

09/23/07 05:12:03 changed by darkdragon

  • attachment plugin.6159.phpdoc.patch added.

Adds phpdoc documentation to last function in file.

09/23/07 05:12:45 changed by darkdragon

  • priority changed from normal to low.
  • severity changed from normal to trivial.

10/07/07 03:33:23 changed by darkdragon

Any feedback on when this could possibility get in? It just doesn't look pretty to have the whole file documented with the one lone function not.

10/07/07 07:31:15 changed by westi

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

(In [6200]) Add documentation of _wp_filter_build_unique_id(). Fixed #5053 props darkdragon.