wordpress_posts: Artikel -> Beitrag
This commit is contained in:
parent
7594c52ff6
commit
23521f3c08
@ -5,6 +5,7 @@ wordpress_recent_post.triggers = {
|
||||
"^/([Tt][Hh][Cc]) (.+)$",
|
||||
"^/([Pp][Ww]) (.+)$",
|
||||
"^/([Aa][Kk][Aa])$",
|
||||
"^/([Tt][Hh][Cc])$",
|
||||
"^/([Pp][Ww])$"
|
||||
}
|
||||
|
||||
@ -48,7 +49,7 @@ function wordpress_recent_post:get_full_url(blog, tag)
|
||||
image_url = nil
|
||||
end
|
||||
|
||||
local text = '<b>'..title..'</b>\n<i>'..from..' am '..posted_at..'</i>'..content..'\n<a href="'..url..'">Artikel aufrufen</a>'
|
||||
local text = '<b>'..title..'</b>\n<i>'..from..' am '..posted_at..'</i>'..content..'\n<a href="'..url..'">Beitrag aufrufen</a>'
|
||||
return text, image_url
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user