Changeset 11773
- Timestamp:
- 08/04/2009 09:30:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r11686 r11773 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 ); … … 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;
Note: See TracChangeset
for help on using the changeset viewer.