Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#5053 closed enhancement (fixed)

phpDoc for Plugin.php function _wp_filter_build_unique_id

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

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 (1)

plugin.6159.phpdoc.patch (1.5 KB ) - added by darkdragon 19 years ago.
Adds phpdoc documentation to last function in file.

Download all attachments as: .zip

Change History (4)

@darkdragon
19 years ago

Adds phpdoc documentation to last function in file.

#1 @darkdragon
19 years ago

  • Priority normallow
  • Severity normaltrivial

#2 @darkdragon
19 years ago

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.

#3 @westi
19 years ago

  • Resolutionfixed
  • Status newclosed

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

Note: See TracTickets for help on using tickets.