Skip to content
Snippets Groups Projects
Commit 682d023e authored by Steven Wittens's avatar Steven Wittens
Browse files

- #26643: Restore accidentally lost "my blog" menu item.

parent 9a10bdc1
No related branches found
No related tags found
No related merge requests found
......@@ -259,6 +259,9 @@ function blog_menu($may_cache) {
'callback' => 'blog_page',
'access' => user_access('access content'),
'type' => MENU_SUGGESTED_ITEM);
$items[] = array('path' => 'blog/'. $user->uid, 'title' => t('my blog'),
'access' => user_access('edit own blog'),
'type' => MENU_DYNAMIC_ITEM);
}
return $items;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment