mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Upgrade/Install: Better UI for auto-update settings on update screen.
This adds clearer messages about what your current settings mean for updates, uses a more compact link-based action instead of a checkbox to change the setting, and respects constants and filters. Props audrasjb, karmatosed, helen, azaozz, hedgefield, marybaum. Fixes #51742. git-svn-id: https://develop.svn.wordpress.org/trunk@49587 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1600,6 +1600,19 @@ form.upgrade .hint {
|
||||
margin: -4px 0;
|
||||
}
|
||||
|
||||
h2.wp-current-version {
|
||||
margin-bottom: .3em;
|
||||
}
|
||||
|
||||
p.update-last-checked {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
p.auto-update-status {
|
||||
margin-top: 2em;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
#ajax-loading,
|
||||
.ajax-loading,
|
||||
.ajax-feedback,
|
||||
|
||||
Reference in New Issue
Block a user