Ticket #4393 (closed defect: fixed)

Opened 1 year ago

Last modified 6 months ago

phpDoc effort for wp-includes/author-template.php

Reported by: rob1n Assigned to: westi
Priority: lowest Milestone: 2.5
Component: General Version:
Severity: trivial Keywords: has-patch commit phpdoc
Cc:

Attachments

4393.diff (10.2 kB) - added by rob1n on 06/01/07 23:48:59.
author-template.phpdoc.patch (14.1 kB) - added by darkdragon on 12/16/07 23:15:03.
Updated author-template phpdoc with @since and minor corrections.
author-template.phpdoc2.patch (0.6 kB) - added by darkdragon on 12/24/07 06:38:57.
Fixes @since information based off of new source.

Change History

06/01/07 23:48:59 changed by rob1n

  • attachment 4393.diff added.

06/02/07 03:04:02 changed by rob1n

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

(In [5638]) phpDoc effort for wp-includes/author-template.php. fixes #4393

12/12/07 05:15:12 changed by darkdragon

  • keywords changed from has-patch to has-patch phpdoc.

12/16/07 23:15:03 changed by darkdragon

  • attachment author-template.phpdoc.patch added.

Updated author-template phpdoc with @since and minor corrections.

12/16/07 23:16:42 changed by darkdragon

  • status changed from closed to reopened.
  • resolution deleted.

Reopening with phpdoc documentation which adds @since information and some @deprecated information.

Brings phpdoc level documentation up to standards as as minor corrections.

12/16/07 23:16:47 changed by darkdragon

  • milestone changed from 2.3 to 2.4.

12/16/07 23:47:58 changed by ryan

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

(In [6395]) author-template phpdoc from darkdragon. fixes #4393

12/24/07 06:38:57 changed by darkdragon

  • attachment author-template.phpdoc2.patch added.

Fixes @since information based off of new source.

12/24/07 06:39:56 changed by darkdragon

  • status changed from closed to reopened.
  • resolution deleted.

@since information that has 1.0.1 is incorrect and should be 1.0 instead. Reopening for that trivial fix.

12/24/07 06:40:15 changed by darkdragon

  • keywords changed from has-patch phpdoc to has-patch commit phpdoc.

12/24/07 06:41:46 changed by westi

  • owner changed from rob1n to westi.
  • status changed from reopened to new.

12/24/07 06:57:34 changed by westi

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

(In [6479]) Update @since information. Fixes #4393 props darkdragon