Self-explanatory. The sole change (with this patch) is in the help file:

- $output = '

' . t('The blog module allows registered users to maintain an online journal, or blog. Blogs are made up of individual blog entries, and the blog entries are most often displayed in descending order by creation time.') . '

';
+ $output = '

' . t('The blog module allows registered users to maintain an online journal, or blog. Blogs are made up of individual blog entries which are usually displayed in reverse chronological order.') . '

';

Feel free to poke through blog.module in general and find fixes..... this was the one I could find, but improvements are welcome (obviously).

CommentFileSizeAuthor
blog_help.patch1.9 KBbirdmanx35

Comments

Status: Needs review » Needs work

The last submitted patch failed testing.

aspilicious’s picture

Status: Needs work » Fixed

"logs are made up of individual blog entries. By default, the blog entries are displayed by creation time in desce"

fixed

Status: Fixed » Closed (fixed)
Issue tags: -Needs text review

Automatically closed -- issue fixed for 2 weeks with no activity.