display(); ?>

language name (used only for display) // slug -> language code (ideally 2-letters ISO 639-1 language code but I currently use it only as slug so it doesn't matter) // description -> WordPress locale for the language. Here if something wrong is used, the .mo files will not be loaded... // term_group -> order // adds noheader=true in the action url to allow using wp_redirect when processing the form ?>

', $action=='edit' ? esc_attr($edit_lang->description) : '');?>

%s', $rtl ? '' : 'checked="checked"', __('left to right', 'polylang')); printf('', $rtl ? 'checked="checked"' : '', __('right to left', 'polylang'));?>

display(); submit_button(); // since WP 3.1 ?>
'; if (!empty($terms)) echo '';?>
dropdown_languages(array('name' => 'default_lang', 'selected' => $options['default_lang']));?>