Opened 17 years ago
Closed 17 years ago
#9157 closed defect (bug) (fixed)
Typo in xmlrpc.php > getPingsbacks
| Reported by: | feedmeastraycat | Owned by: | josephscott |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.2 |
| Component: | XML-RPC | Version: | 2.7.1 |
| Severity: | normal | Keywords: | xmlrpc, typo |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
in [10587] Fix typo in action body for pingback.extensions.getPingbacks. Fixes 9157 for trunk props josephscott.