WordPress / wp-autoupdates

Feature plugin building a UI for opting-in to plugin, theme, and core auto-updates.
https://wordpress.org/plugins/wp-autoupdates/
GNU General Public License v2.0
56 stars 18 forks source link

Add help tabs on update-core, plugins, and themes admin screens #121

Closed audrasjb closed 4 years ago

audrasjb commented 4 years ago

Fixes #105

This PR adds help tabs on update-core, plugins, and themes admin screens. It also handles network screens.

See screenshots below:

update-core.php

help-tab-update-core

themes.php

help-tab-themes

plugins.php

help-tab-plugins

Important: this PR needs copy review

Here are the current strings:

update-core.php

Plugins and Themes with auto-updates enabled will display the estimated date of the next auto-update. Auto-updates schedule depends on WordPress planned tasks. Please note: WordPress auto-updates may be overridden by third-parties plugins or custom code. For more information: {LINK}Documentation about auto-updates{LINK}

themes.php

Auto-updates can be enabled and disabled on a theme by theme basis. Themes with auto-updates enabled will display the estimated date of the next auto-update. Auto-updates schedule depends on WordPress planned tasks. Please note: WordPress auto-updates may be overridden by third-parties plugins or custom code. For more information: {LINK}Documentation about auto-updates{LINK}

plugins.php

Auto-updates can be enabled and disabled on a plugin by plugin basis. Plugins with auto-updates enabled will display the estimated date of the next auto-update. Auto-updates schedule depends on WordPress planned tasks. Please note: WordPress auto-updates may be overridden by third-parties plugins or custom code. For more information: {LINK}Documentation about auto-updates{LINK}