Opened 8 weeks ago
Closed 3 weeks ago
#65109 closed defect (bug) (fixed)
Abilities API: Duplicated $args variable in WP_Ability_Category::prepare_properties() PHPDoc
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.1 | Priority: | normal |
| Severity: | normal | Version: | 6.9 |
| Component: | Abilities API | Keywords: | has-patch commit |
| Focuses: | docs | Cc: |
Description
In src/wp-includes/abilities-api/class-wp-ability-category.php, the prepare_properties() method contains a syntax error in its PHPDoc block. The variable name $args is duplicated in the @param tag.
Location: class-wp-ability-category.php
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch looks good. Trunk is currently frozen for 7.0 so we can commit this once that is opened back up.