Make WordPress Core

Changeset 10587


Ignore:
Timestamp:
02/17/2009 11:09:23 PM (16 years ago)
Author:
westi
Message:

Fix typo in action body for pingback.extensions.getPingbacks. Fixes 9157 for trunk props josephscott.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r10456 r10587  
    33613361        global $wpdb;
    33623362
    3363         do_action('xmlrpc_call', 'pingback.extensions.getPingsbacks');
     3363        do_action('xmlrpc_call', 'pingback.extensions.getPingbacks');
    33643364
    33653365        $this->escape($args);
Note: See TracChangeset for help on using the changeset viewer.