Changeset 55412 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 02/23/2023 10:36:33 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r55276 r55412 154 154 get_current_screen()->set_help_sidebar( 155 155 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 156 '<p>' . __( '<a href="https://wordpress.org/ support/article/appearance-themes-screen/#install-themes">Documentation on Adding New Themes</a>' ) . '</p>' .157 '<p>' . __( '<a href="https://wordpress.org/ support/article/block-themes/">Documentation on Block Themes</a>' ) . '</p>' .158 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'156 '<p>' . __( '<a href="https://wordpress.org/documentation/article/appearance-themes-screen/#install-themes">Documentation on Adding New Themes</a>' ) . '</p>' . 157 '<p>' . __( '<a href="https://wordpress.org/documentation/article/block-themes/">Documentation on Block Themes</a>' ) . '</p>' . 158 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 159 159 ); 160 160
Note: See TracChangeset
for help on using the changeset viewer.