Skip to content

Commit

Permalink
Whitespace fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcutler committed Dec 2, 2012
1 parent deb8b42 commit 4a536f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class-wp-xmlrpc-server-ext.php
Expand Up @@ -36,8 +36,8 @@ function wxm_xmlrpc_methods( $methods ) {
$new_methods['wp.getPosts'] = array( &$this, 'wp_getPosts' );
$new_methods['wp.getPostType'] = array( &$this, 'wp_getPostType' );
$new_methods['wp.getPostTypes'] = array( &$this, 'wp_getPostTypes' );
$new_methods['wp.getRevisions'] = array( &$this, 'wp_getRevisions');
$new_methods['wp.restoreRevision'] = array( &$this, 'wp_restoreRevision');
$new_methods['wp.getRevisions'] = array( &$this, 'wp_getRevisions' );
$new_methods['wp.restoreRevision'] = array( &$this, 'wp_restoreRevision' );

// custom taxonomy management
$new_methods['wp.newTerm'] = array( &$this, 'wp_newTerm' );
Expand Down

0 comments on commit 4a536f8

Please sign in to comment.