Opened 13 years ago
Closed 13 years ago
#25732 closed defect (bug) (fixed)
Hooks Docs: wp-admin/includes/theme.php
| Reported by: | l10n | Owned by: | kpdesign |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Inline Docs | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
13 years ago
- Keywords has-patch added
- Milestone Awaiting Review → 3.8
- Owner set to
- Status new → reviewing
Reworked theme_doc.diff in 25732.diff.
Notable changes:
- Added missing parameter descriptions
- Since
$argsis cast to an object before the first filter is evaluated, all resulting evaluations of$argsas 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Reworked descriptions + parameters.