Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#55794 closed defect (bug) (fixed)

Update the $_old_files array for 6.0

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: hellofromtonya's profile hellofromTonya
Milestone: 6.0 Priority: normal
Severity: normal Version: 6.0
Component: Upgrade/Install Keywords: has-patch commit dev-reviewed
Focuses: Cc:

Description

The $_old_files array needs to be updated for 6.0.

Running the check command from the Handbook in the Dry Run for 6.0 produced this:

$ svn diff --summarize https://core.svn.wordpress.org/tags/5.9 https://core.svn.wordpress.org/trunk | grep '^D'
D       https://core.svn.wordpress.org/tags/5.9/wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md

The license information for Twenty Twenty-Two fonts appears to have been moved to the theme's readme.txt in [53286] / #55433.

Attachments (1)

55794.diff (488 bytes) - added by SergeyBiryukov 3 years ago.

Download all attachments as: .zip

Change History (9)

@SergeyBiryukov
3 years ago

This ticket was mentioned in Slack in #core by sergey. View the logs.


3 years ago

#2 @JeffPaul
3 years ago

Assuming the command in the ticket description is accurate, and I have no reason to believe otherwise, the patch looks good to me. Not a committer, so will still want double-review on this.

#3 @hellofromTonya
3 years ago

  • Keywords commit added
  • Owner set to hellofromTonya
  • Status changed from new to reviewing

When running:

svn diff --summarize https://core.svn.wordpress.org/tags/5.9 https://core.svn.wordpress.org/trunk | grep '^D'

I got the same result:

D       https://core.svn.wordpress.org/tags/5.9/wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md

Marking for commit.

#4 @hellofromTonya
3 years ago

  • Keywords dev-reviewed added

Marking 2nd sign-off for backport.

This ticket was mentioned in Slack in #core by hellofromtonya. View the logs.


3 years ago

#6 @SergeyBiryukov
3 years ago

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

In 53439:

Upgrade/Install: Update $_old_files for 6.0.

Props hellofromTonya, JeffPaul, SergeyBiryukov.
Fixes #55794.

#7 @SergeyBiryukov
3 years ago

In 53440:

Upgrade/Install: Update $_old_files for 6.0.

Props hellofromTonya, JeffPaul, SergeyBiryukov.
Merges [53439] to the 6.0 branch.
Fixes #55794.

This ticket was mentioned in Slack in #core-themes by jcastaneda. View the logs.


3 years ago

Note: See TracTickets for help on using tickets.