Opened 17 years ago
Closed 17 years ago
#9157 closed defect (bug) (fixed)
Typo in xmlrpc.php > getPingsbacks
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.7.2 | Priority: | normal |
| Severity: | normal | Version: | 2.7.1 |
| Component: | XML-RPC | Keywords: | xmlrpc, typo |
| Focuses: | Cc: |
Description
xmlrpc.php:3364
do_action('xmlrpc_call', 'pingback.extensions.getPingsbacks');
I guess it should be:
do_action('xmlrpc_call', 'pingback.extensions.getPingbacks');
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
in [10587] Fix typo in action body for pingback.extensions.getPingbacks. Fixes 9157 for trunk props josephscott.