Ticket #4674 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

"Weblog" is additional unnecessary terminology

Reported by: foolswisdom Assigned to: foolswisdom
Priority: normal Milestone: 2.3
Component: Administration Version: 2.3
Severity: normal Keywords: has-patch commit
Cc:

Description

"Weblog" is additional unnecessary terminology. It is used in quite a few places in wp-admin/ but is not the term used on http://wordpress.org/ . The term "blog" should be used throughout.

I will leave "Just another WordPress weblog" b/c that seems sacred ;-)

Attachments

4674.diff (6.5 kB) - added by Nazgul on 07/29/07 11:16:37.
4674plus.diff (9.2 kB) - added by Nazgul on 07/29/07 19:39:20.
4674.003.diff (8.9 kB) - added by markjaquith on 07/30/07 15:33:03.
third try

Change History

07/26/07 01:52:14 changed by JeremyVisser

Agreed. Weblog is an old term. The following files contain occurrences of the term 'weblog':

  • wp-admin/install.php
  • wp-admin/upgrade-schema.php
  • wp-admin/upgrade-functions.php
  • wp-admin/options-general.php
  • wp-content/themes/default/sidebar.php
  • wp-includes/comment.php
  • xmlrpc.php

07/26/07 02:08:55 changed by JeremyVisser

Oh, by the way, that list is from WP 2.2.1, but I'm sure it's more-or-less the same in trunk.

07/29/07 11:16:37 changed by Nazgul

  • attachment 4674.diff added.

07/29/07 11:17:21 changed by Nazgul

  • keywords set to has-patch.

(follow-up: ↓ 5 ) 07/29/07 15:58:02 changed by foolswisdom

  • keywords changed from has-patch to needs-patch.

Nazgul, did you not update xmlrpc.php on purpose?

07/29/07 19:39:20 changed by Nazgul

  • attachment 4674plus.diff added.

(in reply to: ↑ 4 ) 07/29/07 19:42:00 changed by Nazgul

  • keywords changed from needs-patch to has-patch.

Replying to foolswisdom:

Nazgul, did you not update xmlrpc.php on purpose?

No. For some reason it didn't get included in my patch. Must have made an error while creating it.

New and improved patch attached.

07/30/07 15:32:44 changed by markjaquith

What is with this message?

Sorry, you can not post on this blog or category.

WordPress doesn't support per-category publish privs (that I know of!)

Sorry, you are not allowed to post on this blog.

Also tells them it is a permissions issue, not an ability issue that might be misinterpreted as a technical error.

Also changed two instances of "Blog" to "blog" (capitalization didn't make sense in that usage).

07/30/07 15:33:03 changed by markjaquith

  • attachment 4674.003.diff added.

third try

07/30/07 15:59:12 changed by foolswisdom

  • keywords changed from has-patch to has-patch commit.

07/30/07 16:32:12 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

(In [5825]) Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674