Opened 17 years ago
Closed 17 years ago
#4348 closed defect (bug) (fixed)
Make sure max_results in wp_suggestCategories is an integer (XML-RPC)
Reported by: | josephscott | Owned by: | |
---|---|---|---|
Milestone: | 2.2.1 | Priority: | highest omg bbq |
Severity: | critical | Version: | 2.2 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
Cast the max_results parameter for wp_suggestCategories to an integer in xmlrpc.php
Attachments (1)
Change History (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.