Changeset 48095 for trunk/src/wp-admin/themes.php
- Timestamp:
- 06/19/2020 09:12:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r48092 r48095 183 183 } // End if 'edit_theme_options' && 'customize'. 184 184 185 $help_sidebar_autoupdates = ''; 186 185 187 // Help tab: Auto-updates. 186 $help_sidebar_autoupdates = '';187 188 if ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) { 188 189 $help_tab_autoupdates = … … 204 205 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 205 206 '<p>' . __( '<a href="https://wordpress.org/support/article/using-themes/">Documentation on Using Themes</a>' ) . '</p>' . 206 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'.207 $help_sidebar_autoupdates207 $help_sidebar_autoupdates . 208 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 208 209 ); 209 210
Note: See TracChangeset
for help on using the changeset viewer.