Opened 13 years ago
Closed 13 years ago
#2331 closed task (blessed) (fixed)
General code clean-up
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.4 | Priority: | normal |
| Severity: | normal | Version: | 2.1 |
| Component: | Tools - Code Improvements | Keywords: | |
| Cc: |
Description
Went hunting through trunk last night, and see some areas where code can be improved.
- Use wp_parse_id_list() where appropriate
- Use implode() instead of join() alias
- Audit cache keys for correctness
- Use strict false comparison for wp_cache_get() results
- Improve $post_status array building, since it happens so frequently
Change History (6)
Note: See
TracTickets for help on using
tickets.
In 4896: