Ticket #10454: xmlrpc.php.diff
| File xmlrpc.php.diff, 666 bytes (added by , 17 years ago) |
|---|
-
xmlrpc.php
419 419 'desc' => __( 'Time Format' ), 420 420 'readonly' => false, 421 421 'option' => 'time_format' 422 ), 423 'users_can_register' => array( 424 'desc' => __( 'Allow new users to sign up' ), 425 'readonly' => false, 426 'option' => 'users_can_register' 422 427 ) 423 428 ); 424 429 … … 1551 1556 1552 1557 foreach( $options as $o_name => $o_value ) { 1553 1558 $option_names[] = $o_name; 1554 if( empty( $o_value ) )1555 continue;1556 1557 1559 if( !array_key_exists( $o_name, $this->blog_options ) ) 1558 1560 continue; 1559 1561