summaryrefslogtreecommitdiff
path: root/modules/blogapi
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-26 09:12:29 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-26 09:12:29 +0000
commit3c4be3ab5581c0b53aeea20639f077e25324447f (patch)
treea9aa18888bffc256d8c9d93d39b0d1b53c5dce67 /modules/blogapi
parent70546d29ff1a64633155e55d2973325164b01ba3 (diff)
downloadbrdo-3c4be3ab5581c0b53aeea20639f077e25324447f.tar.gz
brdo-3c4be3ab5581c0b53aeea20639f077e25324447f.tar.bz2
- Patch #472658 by agentrickard: clean up of inline code comments.
Diffstat (limited to 'modules/blogapi')
-rw-r--r--modules/blogapi/blogapi.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module
index 6cf55dcd7..cf66d4a06 100644
--- a/modules/blogapi/blogapi.module
+++ b/modules/blogapi/blogapi.module
@@ -271,7 +271,7 @@ function blogapi_blogger_edit_post($appkey, $postid, $username, $password, $cont
$original_status = $node->status;
$node->status = $publish;
- // check for bloggerAPI vs. metaWeblogAPI
+ // Check for bloggerAPI vs. metaWeblogAPI.
if (is_array($content)) {
$node->title = $content['title'];
$node->body = $content['description'];