#56862 closed defect (bug) (fixed)
Docs: Default parameter value is missing for themes_api function
Reported by: | rezakhan995 | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | General | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
In wp-admin/includes/theme.php file, themes_api() function inline document does not mention default @param value. $args @param should have the default
value mentioned.
Change History (9)
This ticket was mentioned in PR #3500 on WordPress/wordpress-develop by rezakhan995.
2 years ago
#2
- Keywords has-patch added; needs-patch removed
#3
@
2 years ago
- Milestone changed from Awaiting Review to 6.2
The PR looks good to me! Adding for commit
consideration.
#5
@
2 years ago
- Owner set to audrasjb
- Status changed from new to accepted
Self assigning for commit.
@audrasjb commented on PR #3500:
2 years ago
#7
Committed in https://core.trac.wordpress.org/changeset/54655
Note: See
TracTickets for help on using
tickets.
In wp-admin/includes/theme.php file, themes_api() function inline document dose not mentioned default @param value. $args @param should have the default value mentioned.
Trac ticket: