Changeset 48095 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 06/19/2020 09:12:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r48062 r48095 567 567 568 568 $help_sidebar_autoupdates = ''; 569 569 570 if ( current_user_can( 'update_plugins' ) && wp_is_auto_update_enabled_for_type( 'plugin' ) ) { 570 571 get_current_screen()->add_help_tab( … … 584 585 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 585 586 '<p>' . __( '<a href="https://wordpress.org/support/article/managing-plugins/">Documentation on Managing Plugins</a>' ) . '</p>' . 586 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'.587 $help_sidebar_autoupdates587 $help_sidebar_autoupdates . 588 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 588 589 ); 589 590
Note: See TracChangeset
for help on using the changeset viewer.