More sentence case fixes for labels, etc.#19377
Merged
Conversation
mkaz
requested changes
Jan 1, 2020
Member
mkaz
left a comment
There was a problem hiding this comment.
The changes look good. However, you'll need to update the tests to match the updated text. If you look at the details link from the Travis CI and click through each failing test it will show you each test and where it is failing.
Member
|
For reference, there is one failing unit test: There are also 3 failing e2e tests for meta boxes: It's quite possible that |
These labels are associated with the registered post type, defined in WordPress See: https://github.com/WordPress/WordPress/blob/08f53ef906049b61e9effcfc72d9b1906c8eb5ac/wp-includes/post.php#L1695-L1696
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes more labels and copy to conform to Sentence case.
How has this been tested?
Tested locally.
Types of changes
Non-breaking changes.
Checklist: