Changeset 19706
- Timestamp:
- 01/07/2012 07:08:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-xmlrpc-server.php
r19687 r19706 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 );
Note: See TracChangeset
for help on using the changeset viewer.