Make WordPress Core


Ignore:
Timestamp:
05/20/2020 06:47:24 PM (4 years ago)
Author:
whyisjake
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r47771 r47835  
    15211521                    'pluginsFound'             => __( 'Number of plugins found: %d' ),
    15221522                    'noPluginsFound'           => __( 'No plugins found. Try a different search.' ),
     1523                    'autoUpdatesEnable'        => __( 'Enable auto-updates' ),
     1524                    'autoUpdatesEnabling'      => __( 'Enabling...' ),
     1525                    'autoUpdatesEnabled'       => __( 'Auto-updates enabled' ),
     1526                    'autoUpdatesDisable'       => __( 'Disable auto-updates' ),
     1527                    'autoUpdatesDisabling'     => __( 'Disabling...' ),
     1528                    'autoUpdatesDisabled'      => __( 'Auto-updates disabled' ),
     1529                    'autoUpdatesError'         => __( 'The request could not be completed.' ),
    15231530                ),
    15241531            )
Note: See TracChangeset for help on using the changeset viewer.