Ticket #18566: 18566.diff
| File 18566.diff, 770 bytes (added by , 15 years ago) |
|---|
-
wp-includes/class-wp-xmlrpc-server.php
371 371 'desc' => __( 'Large size image height' ), 372 372 'readonly' => false, 373 373 'option' => 'large_size_h' 374 ), 375 'default_comment_status' => array( 376 'desc' => __( 'Allow people to post comments on new articles' ), 377 'readonly' => false, 378 'option' => 'default_comment_status' 379 ), 380 'default_ping_status' => array( 381 'desc' => __( 'Allow link notifications from other blogs (pingbacks and trackbacks)' ), 382 'readonly' => false, 383 'option' => 'default_ping_status' 374 384 ) 375 385 ); 376 386