Opened 11 years ago
Closed 11 years ago
#25732 closed defect (bug) (fixed)
Hooks Docs: wp-admin/includes/theme.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Inline Docs | Keywords: | has-patch |
Focuses: | Cc: |
Description
Atached files has docs for themes_api_args
, themes_api
, themes_api_result
in file wp-admin/includes/theme.php
Attachments (3)
Change History (5)
#1
@
11 years ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.8
- Owner set to kpdesign
- Status changed from new to reviewing
Reworked theme_doc.diff in 25732.diff.
Notable changes:
- Added missing parameter descriptions
- Since
$args
is cast to an object before the first filter is evaluated, all resulting evaluations of$args
as parameters were changed to the typeobject
- Reworked the the short descriptions per the suggested language found in the Documenting Tips in the inline docs standards.
Note: See
TracTickets for help on using
tickets.
Reworked descriptions + parameters.