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
631ce5cf
Commit
631ce5cf
authored
Aug 23, 2006
by
drumm
Browse files
Fixing Drupal.
parent
2d059380
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/blog/blog.module
View file @
631ce5cf
...
...
@@ -163,7 +163,7 @@ function blog_page_user($uid) {
$output
.
=
node_view
(
node_load
(
$node
->
nid
),
1
);
}
$output
.
=
theme
(
'pager'
,
NULL
,
variable_get
(
'default_nodes_main'
,
10
));
drupal_add_feed
(
url
(
'blog/'
.
$account
->
uid
.
'/feed'
),
t
(
'RSS - !title'
,
array
(
'!title'
=>
$title
));
drupal_add_feed
(
url
(
'blog/'
.
$account
->
uid
.
'/feed'
),
t
(
'RSS - !title'
,
array
(
'!title'
=>
$title
))
)
;
return
$output
;
}
...
...
Write
Preview
Supports
Markdown
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