Make WordPress Core

Opened 20 months ago

Closed 20 months ago

Last modified 20 months ago

#57001 closed defect (bug) (fixed)

Description for default archive.html is not accurate

Reported by: chaton666's profile Chaton666 Owned by: audrasjb's profile audrasjb
Milestone: 6.2 Priority: normal
Severity: normal Version: 5.9
Component: Editor Keywords: has-patch commit
Focuses: Cc:

Description

The description for default archive.html template is :
"Displays post categories, tags, and other archives.", which leads us to think that these are categories that are displayed.
So it should instead be:
"Displays post by categories, tags, and other archives."

Attachments (1)

57001.diff (641 bytes) - added by Chaton666 20 months ago.
Fix description

Download all attachments as: .zip

Change History (13)

@Chaton666
20 months ago

Fix description

#1 @Chaton666
20 months ago

props to @webaxones for finding the error

#3 @audrasjb
20 months ago

  • Keywords changes-requested added

Hello there, good catch!

However, I believe post should be pluralized in 57001.diff :)

#4 @audrasjb
20 months ago

  • Component changed from General to Editor
  • Milestone changed from Awaiting Review to 6.2
  • Type changed from enhancement to defect (bug)
  • Version changed from trunk to 5.9

Introduced in [52331].

#5 @audrasjb
20 months ago

  • Keywords changes-requested removed
  • Owner set to audrasjb
  • Status changed from new to accepted

Alright, the PR fixes the pluralization issue 👍

#6 @mukesh27
20 months ago

  • Keywords commit added

@audrasjb [PR #3570](https://github.com/WordPress/wordpress-develop/pull/3570) LGTM and already approved.

Mark as commit for final review and commit.

#7 @audrasjb
20 months ago

  • Keywords commit removed

I am not 100% convinced by the proposed sentence: "Displays posts by categories, tags, and other archives"

Because if we remove "by categories, tags", we end up with "Displays posts by other archives" which doesn't work in my opinion… What do you think?

#8 @SergeyBiryukov
20 months ago

How about:

Displays posts by a category, tag, author, or date.

#9 @audrasjb
20 months ago

  • Keywords commit added

Looks really better to me, let's go with this 👍

#10 @audrasjb
20 months ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 54761:

Editor: Improve Archive template description.

This changeset improves the description of the Archive template in the Site Editor to make it more accurate.

Follow-up to [52331].

Props Chaton666, webaxones, mukesh27, audrasjb, SergeyBiryukov.
Fixes #57001.

This ticket was mentioned in Slack in #polyglots by ocean90. View the logs.


20 months ago

Note: See TracTickets for help on using tickets.