-
Notifications
You must be signed in to change notification settings - Fork 60
Don't Clobber Metadata #634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
By the way, I submitted a core ticket proposing to be able to also retrieve the |
…tring is being built (put it before), ensure that blank lines don't follow metadata if there is no copyright information, that there is only a single blank line following copyright and css_content is correctly positioned.
t-hamano
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I feel that the refactoring has made it easier to imagine the output results.
When saving metadata to style.css a number of default values are written without considering the existing values.
This change keeps those values, copying them from the old style.css file to what is generated.
Specifically:
Copyright information
License/License URI
WordPress minimum version
This also fixes a bug where the VERSION was being wiped when updating metadata.
To Test:
Activate a theme that has things that could be changed. (Ames is a good theme to test with, it has all of the above)
Using CBT 'Edit Theme Metadata' and 'Update' without changing anything.
Note how the style.css changed. ONLY the "Tested up to" value should be different.