mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 12:44:31 +00:00
Security: Add user interface to auto-update themes and plugins.
Building on core update mechanisms, this adds the ability to enable automatic updates for themes and plugins to the WordPress admin. Fixes: #50052. Props: afercia, afragen, audrasjb, azaozz, bookdude13, davidperonne, desrosj, gmays, gmays, javiercasares, karmatosed, knutsp, mapk, mukesh27, netweb, nicolaskulka, nielsdeblaauw, paaljoachim, passoniate, pbiron, pedromendonca, whodunitagency, whyisjake, wpamitkumar, and xkon. git-svn-id: https://develop.svn.wordpress.org/trunk@47835 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1520,6 +1520,13 @@ function wp_default_scripts( $scripts ) {
|
||||
/* translators: %s: Number of plugins. */
|
||||
'pluginsFound' => __( 'Number of plugins found: %d' ),
|
||||
'noPluginsFound' => __( 'No plugins found. Try a different search.' ),
|
||||
'autoUpdatesEnable' => __( 'Enable auto-updates' ),
|
||||
'autoUpdatesEnabling' => __( 'Enabling...' ),
|
||||
'autoUpdatesEnabled' => __( 'Auto-updates enabled' ),
|
||||
'autoUpdatesDisable' => __( 'Disable auto-updates' ),
|
||||
'autoUpdatesDisabling' => __( 'Disabling...' ),
|
||||
'autoUpdatesDisabled' => __( 'Auto-updates disabled' ),
|
||||
'autoUpdatesError' => __( 'The request could not be completed.' ),
|
||||
),
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user