Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#30191 closed defect (bug) (fixed)

Remove erroneous `@uses` tags from core documentation

Reported by: DrewAPicture Owned by:
Priority: normal Milestone: 4.1
Component: General Version:
Severity: normal Keywords: has-patch
Cc: Focuses: docs

Description

When the [inline documentation standards] were adopted in fall 2013, it was decided that further use of the @uses tag in inline docs would be stopped. As we've worked our way through core to cleanup existing inline docs, we've removed @uses tags along the way.

The attached patch removes most erroneous usages of @uses tags in core inline documentation. Some tags remain in the source, and will shortly be converted to @global or @see as applicable.

Attachments (1)

30191.diff (64.2 KB ) - added by DrewAPicture 12 years ago.

Download all attachments as: .zip

Change History (3)

@DrewAPicture
12 years ago

#1 @DrewAPicture
12 years ago

  • Resolutionfixed
  • Status newclosed

[30105] missed the ticket.

#2 @DrewAPicture
12 years ago

In 30122:

Correct references of @uses $wpdb in core documentation to use @global.

See #30191, [30105].
Fixes #30217.

Note: See TracTickets for help on using tickets.