Changeset 48095 for trunk/src/wp-admin/network/themes.php
- Timestamp:
- 06/19/2020 09:12:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r48062 r48095 304 304 305 305 $help_sidebar_autoupdates = ''; 306 306 307 if ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) { 307 308 get_current_screen()->add_help_tab( … … 321 322 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 322 323 '<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_autoupdates324 $help_sidebar_autoupdates . 325 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 325 326 ); 326 327
Note: See TracChangeset
for help on using the changeset viewer.