Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45643, comment 3


Ignore:
Timestamp:
12/17/2018 10:50:48 AM (7 years ago)
Author:
subrataemfluence
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45643, comment 3

    initial v1  
    11Replying to [comment:2 SergeyBiryukov]:
     2
     3> `add_query_arg()` arguments are correct, it uses `func_get_args()` to get them
     4
     5In 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
    27> 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()`.
    38