Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#54083 closed task (blessed) (fixed)

Update the About page for 5.8.1

Reported by: circlecube's profile circlecube Owned by: desrosj's profile desrosj
Milestone: 5.8.1 Priority: normal
Severity: normal Version:
Component: Help/About Keywords: has-patch
Focuses: administration Cc:

Description

Let's update the WP-Admin about page with the 5.8.1 changes.

Attachments (2)

Capture d’écran 2021-09-07 à 21.08.04.png (414.7 KB) - added by audrasjb 3 years ago.
Proposed PR makes good use of the available elements
WordPress About Page.png (128.1 KB) - added by mukesh27 3 years ago.

Download all attachments as: .zip

Change History (14)

This ticket was mentioned in PR #1661 on WordPress/wordpress-develop by circlecube.


3 years ago
#1

  • Keywords has-patch added

#2 @audrasjb
3 years ago

  • Keywords needs-refresh added

Hello @circlecube and thank you for putting this together.

We should rather use the existing strings provided at the end of the about.php file.

So
<strong>Version %1$s</strong> fixed %2$s bugs.
Should be replaced with
<strong>Version %1$s</strong> addressed %2$s bugs.
and same for the singular string.

Also, the number of fixed bugs is not consistent: 11 in the _n function, and 41 in the number_format_i18n function :)

Otherwise the patch looks good to me (see screenshot below).

@audrasjb
3 years ago

Proposed PR makes good use of the available elements

#3 @circlecube
3 years ago

  • Keywords needs-refresh removed

Merci @audrasjb! Correct on all accounts, I've updated the PR to incorporate these updates.

#4 @desrosj
3 years ago

We'll also want to include the fixes from the Gutenberg side. Looks like there were fixes for 20 issues that were cherry-picked for 5.8.1.

#5 @mukesh27
3 years ago

Hi @circlecube, I think we have to use border and background color for the 5.8.1 update block

Please check the attached screenshot.

#6 @audrasjb
3 years ago

@mukesh27 there is no obligation in using a border for this block, the design is different for each about page. The big black border was consistent with the 5.7 about page design but IMO it look quite harsh on 5.8's :)

#7 @mukesh27
3 years ago

@audrasjb Thanks for the reply.

Can we highlight that update notice for better understanding?

#8 @audrasjb
3 years ago

I'm not sure the blue color used for links would be accessible on a blueish background… 😬

#9 @desrosj
3 years ago

  • Owner set to desrosj
  • Resolution set to fixed
  • Status changed from new to closed

In 51767:

Help/About: Update the About page for WordPress 5.8.1.

Props audrasjb, circlecube, mukesh27.
Fixes #54083.

#10 in reply to: ↑ description ; follow-up: @orbelia1
3 years ago

Replying to circlecube:

Let's update the WP-Admin about page with the 5.8.1 changes.

#11 in reply to: ↑ 10 @orbelia1
3 years ago

  • Focuses administration added
  • Version set to 5.8.1

Replying to orbelia1:

Replying to circlecube:

Let's update the WP-Admin about page with the 5.8.1 changes.

#12 @audrasjb
3 years ago

  • Version 5.8.1 deleted

Hello @orbelia1,
Please avoid updating already fixed tickets if you have nothing to request on them.
Thanks.

Note: See TracTickets for help on using tickets.