Make WordPress Core

Ticket #22771: 22771.patch

File 22771.patch, 702 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-includes/class-wp-xmlrpc-server.php

     
    318318                                'value'         => $wp_version
    319319                        ),
    320320                        'blog_url'          => array(
    321                                 'desc'          => __( 'Site URL' ),
     321                                'desc'          => __( 'WordPress Address (URL)' ),
    322322                                'readonly'      => true,
    323323                                'option'        => 'siteurl'
    324324                        ),
    325325                        'home_url'          => array(
    326                                 'desc'          => __( 'Home URL' ),
     326                                'desc'          => __( 'Site Address (URL)' ),
    327327                                'readonly'      => true,
    328328                                'option'        => 'home'
    329329                        ),