Make WordPress Core


Ignore:
Timestamp:
06/19/2020 09:12:34 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Help/About: Move "Learn more: Auto-updates documentation" link about "Support", for consistency with other screens.

Follow-up to [48062].

See #50215.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/themes.php

    r48062 r48095  
    304304
    305305$help_sidebar_autoupdates = '';
     306
    306307if ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) {
    307308    get_current_screen()->add_help_tab(
     
    321322    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    322323    '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">Documentation on Network Themes</a>' ) . '</p>' .
    323     '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' .
    324     $help_sidebar_autoupdates
     324    $help_sidebar_autoupdates .
     325    '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    325326);
    326327
Note: See TracChangeset for help on using the changeset viewer.