Changes between Initial Version and Version 1 of Ticket #45643, comment 3
- Timestamp:
- 12/17/2018 10:50:48 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45643, comment 3
initial v1 1 1 Replying to [comment:2 SergeyBiryukov]: 2 3 > `add_query_arg()` arguments are correct, it uses `func_get_args()` to get them 4 5 In this case, I think it might be more logical to mention how it actually gets the arguments. To me it looks a bit misleading to have them here without mentioning the actual source. May be not super important, but might be given a thought! :) 6 2 7 > In `_xmlrpc_wp_die_handler()`, even though the `$title` argument is not used, we cannot remove it. The function signature needs to remain consistent with `_default_wp_die_handler()` and `_ajax_wp_die_handler()`. 3 8