2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -548,7 +548,6 @@ function blogapi_blogger_title(&$contents) {
}
functionblogapi_settings(){
$output=form_select(t('XML-RPC Engine'),'blogapi_engine',variable_get('blogapi_engine',0),array(0=>'Blogger',1=>'MetaWeblog',2=>'Movabletype'),t('RSD or Really-Simple-Discovery is a mechanism which allows external blogger tools to discover the APIs they can use to interact with Drupal. Here you can set the preferred method for blogger tools to interact with your site. The common XML-RPC engines are Blogger, MetaWeblog and Movabletype. If you are not sure which is the correct setting, choose Blogger.'));
$output.=form_checkboxes(t('Blog types'),"blogapi_node_types",variable_get('blogapi_node_types',$defaults),$node_types,t('Select the content types for which you wish to enable posting via blogapi. Each type will appear as a different "blog" in the client application (if supported).'),0,1);
...
...
@@ -590,15 +589,6 @@ function blogapi_rsd() {
$base=url('',NULL,NULL,TRUE);
$blogid=1;# until we figure out how to handle multiple bloggers
@@ -548,7 +548,6 @@ function blogapi_blogger_title(&$contents) {
}
functionblogapi_settings(){
$output=form_select(t('XML-RPC Engine'),'blogapi_engine',variable_get('blogapi_engine',0),array(0=>'Blogger',1=>'MetaWeblog',2=>'Movabletype'),t('RSD or Really-Simple-Discovery is a mechanism which allows external blogger tools to discover the APIs they can use to interact with Drupal. Here you can set the preferred method for blogger tools to interact with your site. The common XML-RPC engines are Blogger, MetaWeblog and Movabletype. If you are not sure which is the correct setting, choose Blogger.'));
$output.=form_checkboxes(t('Blog types'),"blogapi_node_types",variable_get('blogapi_node_types',$defaults),$node_types,t('Select the content types for which you wish to enable posting via blogapi. Each type will appear as a different "blog" in the client application (if supported).'),0,1);
...
...
@@ -590,15 +589,6 @@ function blogapi_rsd() {
$base=url('',NULL,NULL,TRUE);
$blogid=1;# until we figure out how to handle multiple bloggers