Changeset 55412 for trunk/src/wp-admin/themes.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r55276 r55412 200 200 ); 201 201 202 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/ support/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>';202 $help_sidebar_autoupdates = '<p>' . __( '<a href="https://wordpress.org/documentation/article/plugins-themes-auto-updates/">Documentation on Auto-updates</a>' ) . '</p>'; 203 203 } // End if 'update_themes' && 'wp_is_auto_update_enabled_for_type'. 204 204 205 205 get_current_screen()->set_help_sidebar( 206 206 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 207 '<p>' . __( '<a href="https://wordpress.org/ support/article/using-themes/">Documentation on Using Themes</a>' ) . '</p>' .208 '<p>' . __( '<a href="https://wordpress.org/ support/article/appearance-themes-screen/">Documentation on Managing Themes</a>' ) . '</p>' .207 '<p>' . __( '<a href="https://wordpress.org/documentation/article/using-themes/">Documentation on Using Themes</a>' ) . '</p>' . 208 '<p>' . __( '<a href="https://wordpress.org/documentation/article/appearance-themes-screen/">Documentation on Managing Themes</a>' ) . '</p>' . 209 209 $help_sidebar_autoupdates . 210 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'210 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 211 211 ); 212 212
Note: See TracChangeset
for help on using the changeset viewer.