From 234b40b25321e6ddde6815f8fff6dc33fd3317bc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 Nov 2001 18:14:46 +0000 Subject: - node system: + Added the "delete node"-link: apparently it got lost during the last commit. Odd. + Changed "Edit node" to "Edit " on the 'edit node'-page of the admin section. (There a 4 "Node"s that still need to be removed though.) + Updated the initial submission page (the old submit.php) to include some descriptions. --- modules/blog/blog.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/blog/blog.module') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index d4bded863..39be32ae0 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -12,7 +12,8 @@ function blog_conf_options() { function blog_node($field) { global $user; - $info = array("name" => "personal blog"); + $info["name"] = t("personal blog"); + $info["description"] = t("A blog is your personal diary or journal. It is made up of individual entries that are time stamped and are typically arranged by the day, as normal a diary. Blogs often contain links to things you've seen, or on which you agree/disagree. Since a Blog is your personal, you and only you have full control on what you publish. The most insteresting blogs, or those blogs that fits the site's topic might get promoted to the front page."); return $info[$field]; } -- cgit v1.2.3