Opened 6 years ago
Closed 6 years ago
#4348 closed defect (bug) (fixed)
Make sure max_results in wp_suggestCategories is an integer (XML-RPC)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | highest omg bbq | Milestone: | 2.2.1 |
| Component: | Administration | Version: | 2.2 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
Cast the max_results parameter for wp_suggestCategories to an integer in xmlrpc.php
Attachments (1)
Change History (2)
josephscott — 6 years ago
comment:1
markjaquith — 6 years ago
- Resolution set to fixed
- Status changed from new to closed
- Version set to 2.2
Note: See
TracTickets for help on using
tickets.

(In [5570]) Int cast. Props to Alexander Concha for the find, Joseph Scott for the patch.