Changeset 48095 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 06/19/2020 09:12:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r48062 r48095 747 747 748 748 $help_sidebar_autoupdates = ''; 749 749 750 if ( ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) || ( current_user_can( 'update_plugins' ) && wp_is_auto_update_enabled_for_type( 'plugin' ) ) ) { 750 751 $help_tab_autoupdates = '<p>' . __( 'Auto-updates can be enabled or disabled for each individual theme or plugin. Themes or plugins with auto-updates enabled will display the estimated date of the next auto-update. Auto-updates depends on the WP-Cron task scheduling system.' ) . '</p>'; … … 765 766 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 766 767 '<p>' . __( '<a href="https://wordpress.org/support/article/dashboard-updates-screen/">Documentation on Updating WordPress</a>' ) . '</p>' . 767 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'.768 $help_sidebar_autoupdates768 $help_sidebar_autoupdates . 769 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 769 770 ); 770 771
Note: See TracChangeset
for help on using the changeset viewer.