-
Notifications
You must be signed in to change notification settings - Fork 116
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
Issue 309: Theme Header and Background changes are not being logged #319
Conversation
This reverts commit 62f94dc.
@powelski This is looking quite nice so far! Thank you. However, I have noticed that when changes are made to images, two records are always created:
I think the additional "Data" record might be redundant here. What do you think? |
'permalink' => __( 'Permalinks', 'stream' ), | ||
'wp_stream' => __( 'Stream', 'stream' ), | ||
'custom-background' => __( 'Custom Background', 'stream' ), | ||
'custom-header' => __( 'Custom Header', 'stream' ), |
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.
@powelski These slugs should probably being using underscores instead of dashes, e.g. custom_header
@fjarrett I added method to provide ignored option keys and I put image data there, both for header and background. They are no longer logged: |
@powelski Can we also ensure that an action link is provided for these new fields? |
Conflicts: connectors/settings.php
Conflicts: classes/connector.php connectors/settings.php
Issue 309: Theme Header and Background changes are not being logged
Fix #309