#23313 closed enhancement (fixed)
inline doc additions in wp-includes/formatting.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Inline Docs | Version: | 2.7 |
| Severity: | trivial | Keywords: | has-patch needs-codex |
| Cc: |
Description
Added inline documentation for two functions in wp-includes/formatting.php (sanitize_title_for_query and normalize_whitespace) that lacked them.
Very minor, but it brings wp-includes/formatting.php to 100% inline doc coverage :)
Attachments (2)
Change History (6)
bananastalktome — 4 months ago
DrewAPicture — 4 months ago
comment:1
DrewAPicture — 4 months ago
comment:2
SergeyBiryukov — 4 months ago
- Milestone changed from Awaiting Review to 3.6
comment:3
SergeyBiryukov — 4 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 23365:
comment:4
DrewAPicture — 43 hours ago
- Keywords needs-codex added
See [23365] for phpdocs improvements for:
- sanitize_title_for_query()
- normalize_whitespace()
Note: See
TracTickets for help on using
tickets.

23313.2 adds a few more fixes, namely adding the trailing zero on several @since references, and more descriptive @param and @return on normalize_whitespace()