Make WordPress Core

Changeset 10150 for trunk/xmlrpc.php


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (17 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r10058 r10150  
    138138            'wp.getAuthors'         => 'this:wp_getAuthors',
    139139            'wp.getCategories'      => 'this:mw_getCategories',     // Alias
    140             'wp.getTags'            => 'this:wp_getTags',       
     140            'wp.getTags'            => 'this:wp_getTags',
    141141            'wp.newCategory'        => 'this:wp_newCategory',
    142142            'wp.deleteCategory'     => 'this:wp_deleteCategory',
     
    25792579                $postdata['post_status'] = 'publish';
    25802580            }
    2581            
     2581
    25822582            $enclosure = array();
    25832583            foreach ( (array) get_post_custom($post_ID) as $key => $val) {
     
    26172617                'custom_fields' => $this->get_custom_fields($post_ID)
    26182618            );
    2619            
     2619
    26202620            if (!empty($enclosure)) $resp['enclosure'] = $enclosure;
    2621            
     2621
    26222622            return $resp;
    26232623        } else {
Note: See TracChangeset for help on using the changeset viewer.