Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
81b35fbe
Commit
81b35fbe
authored
Oct 21, 2005
by
Dries
Browse files
- Patch
#34749
by ax: make blogapi autodiscovery (rsd) work with Flock. Yay!
parent
a5f93915
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/blogapi.module
View file @
81b35fbe
...
...
@@ -600,6 +600,7 @@ function blogapi_rsd() {
$base
=
url
(
''
,
NULL
,
NULL
,
TRUE
);
$blogid
=
1
;
# until we figure out how to handle multiple bloggers
header
(
'Content-Type: application/rsd+xml'
);
print
<<<__RSD__
<?xml version="1.0"?>
<rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
...
...
modules/blogapi/blogapi.module
View file @
81b35fbe
...
...
@@ -600,6 +600,7 @@ function blogapi_rsd() {
$base
=
url
(
''
,
NULL
,
NULL
,
TRUE
);
$blogid
=
1
;
# until we figure out how to handle multiple bloggers
header
(
'Content-Type: application/rsd+xml'
);
print
<<<__RSD__
<?xml version="1.0"?>
<rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment