#42518 closed defect (bug) (fixed)
4.9 release tagline is not in sync on about pages
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Help/About | Keywords: | dev-reviewed has-patch |
Focuses: | Cc: |
Description
credits.php
, freedoms.php
, and privacy.php
still have an old tagline.
New:
Thank you for updating to the latest version! WordPress %s will smooth your design workflow and keep you safe from coding errors.
Attachments (1)
Change History (10)
#3
follow-up:
↓ 4
@
7 years ago
Does this patch include the correction of the textstring "Core Contributors to WordPress %s"
here in credit.php:
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/credits.php?marks=121#L121 ???
I just figured that the page says "Welcome to WordPress 4.9", but the Core Contributors are from 4.8.
#4
in reply to:
↑ 3
@
7 years ago
Replying to transl8or:
I just figured that the page says "Welcome to WordPress 4.9", but the Core Contributors are from 4.8.
The list of contributors is brought in via the Credits API, the data for that is updated right at the end of the release cycle, so it will continue to show the 4.8 credits until 4.9 has been released.
Update tagline in credits.php, freedoms.php, and privacy.php.